@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'Courgette',
fullName: 'Courgette Regular',
postscriptName: 'Courgette-Regular',
category: 'handwriting',
capHeight: 301,
ascent: 2000,
descent: -560,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 112,
xWidthAvg: 920,
subsets: {
latin: {
xWidthAvg: 920
},
thai: {
xWidthAvg: 1837
}
}
};