@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
export default {
familyName: 'Happy Monkey',
fullName: 'Happy Monkey',
postscriptName: 'HappyMonkey-Regular',
category: 'display',
capHeight: 699,
ascent: 950,
descent: -255,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 503,
subsets: {
latin: {
xWidthAvg: 503
},
thai: {
xWidthAvg: 241
}
}
};