@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 388 B
JavaScript
export default {
familyName: 'Delicious Handrawn',
fullName: 'Delicious Handrawn Regular',
postscriptName: 'DeliciousHandrawn-Regular',
category: 'handwriting',
capHeight: 850,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 333,
subsets: {
latin: {
xWidthAvg: 333
},
thai: {
xWidthAvg: 560
}
}
};