@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Mulish',
fullName: 'Mulish Black',
postscriptName: 'Mulish-Black',
category: 'sans-serif',
capHeight: 705,
ascent: 1005,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 502,
subsets: {
latin: {
xWidthAvg: 502
},
thai: {
xWidthAvg: 500
}
}
};