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