@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 380 B
JavaScript
module.exports = {
familyName: 'Stack Sans Notch',
fullName: 'Stack Sans Notch Medium',
postscriptName: 'StackSansNotch-Medium',
category: 'sans-serif',
capHeight: 700,
ascent: 1000,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 560,
xWidthAvg: 470,
subsets: {
latin: {
xWidthAvg: 470
},
thai: {
xWidthAvg: 803
}
}
};