@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 367 B
JavaScript
export default {
familyName: 'Google Sans',
fullName: 'Google Sans SemiBold',
postscriptName: 'GoogleSans-SemiBold',
category: 'sans-serif',
capHeight: 716,
ascent: 966,
descent: -286,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 473,
subsets: {
latin: {
xWidthAvg: 473
},
thai: {
xWidthAvg: 541
}
}
};