@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Mohave',
fullName: 'Mohave Regular',
postscriptName: 'Mohave-Regular',
category: 'sans-serif',
capHeight: 1500,
ascent: 1980,
descent: -806,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1080,
xWidthAvg: 755,
subsets: {
latin: {
xWidthAvg: 755
},
thai: {
xWidthAvg: 1017
}
}
};