@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
export default {
familyName: 'Honk',
fullName: 'Honk Regular',
postscriptName: 'Honk-Regular',
category: 'display',
capHeight: 1200,
ascent: 1800,
descent: -640,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 970,
xWidthAvg: 876,
subsets: {
latin: {
xWidthAvg: 876
},
thai: {
xWidthAvg: 870
}
}
};