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