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