@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'Grape Nuts',
fullName: 'Grape Nuts Regular',
postscriptName: 'GrapeNuts-Regular',
category: 'handwriting',
capHeight: 590,
ascent: 900,
descent: -325,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 365,
xWidthAvg: 380,
subsets: {
latin: {
xWidthAvg: 380
},
thai: {
xWidthAvg: 499
}
}
};