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