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