@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Chewy',
fullName: 'Chewy Regular',
postscriptName: 'Chewy-Regular',
category: 'display',
capHeight: 768,
ascent: 1003,
descent: -310,
lineGap: 25,
unitsPerEm: 1024,
xHeight: 577,
xWidthAvg: 406,
subsets: {
latin: {
xWidthAvg: 406
},
thai: {
xWidthAvg: 0
}
}
};