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