@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
module.exports = {
familyName: 'Anaheim',
fullName: 'Anaheim Regular',
postscriptName: 'Anaheim-Regular',
category: 'sans-serif',
capHeight: 1284,
ascent: 1968,
descent: -672,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 985,
xWidthAvg: 842,
subsets: {
latin: {
xWidthAvg: 842
},
thai: {
xWidthAvg: 1055
}
}
};