@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
export default {
familyName: 'Glory',
fullName: 'Glory SemiBold',
postscriptName: 'Glory-SemiBold',
category: 'sans-serif',
capHeight: 672,
ascent: 900,
descent: -220,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 472,
xWidthAvg: 393,
subsets: {
latin: {
xWidthAvg: 393
},
thai: {
xWidthAvg: 600
}
}
};