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