@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
export default {
familyName: 'Cherish',
fullName: 'Cherish Regular',
postscriptName: 'Cherish-Regular',
category: 'handwriting',
capHeight: 600,
ascent: 850,
descent: -320,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 330,
xWidthAvg: 256,
subsets: {
latin: {
xWidthAvg: 256
},
thai: {
xWidthAvg: 370
}
}
};