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