@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 382 B
JavaScript
module.exports = {
familyName: 'Mozilla Headline',
fullName: 'Mozilla Headline Regular',
postscriptName: 'MozillaHeadline-Regular',
category: 'sans-serif',
capHeight: 690,
ascent: 945,
descent: -255,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 534,
xWidthAvg: 474,
subsets: {
latin: {
xWidthAvg: 474
},
thai: {
xWidthAvg: 664
}
}
};