@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
export default {
familyName: 'Festive',
fullName: 'Festive Regular',
postscriptName: 'Festive-Regular',
category: 'handwriting',
capHeight: 800,
ascent: 1100,
descent: -590,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 360,
xWidthAvg: 320,
subsets: {
latin: {
xWidthAvg: 320
},
thai: {
xWidthAvg: 495
}
}
};