@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
module.exports = {
familyName: 'Montez',
fullName: 'Montez Regular',
postscriptName: 'Montez-Regular',
category: 'handwriting',
capHeight: 1456,
ascent: 1831,
descent: -848,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 766,
xWidthAvg: 668,
subsets: {
latin: {
xWidthAvg: 668
},
thai: {
xWidthAvg: 480
}
}
};