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