@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
export default {
familyName: 'Big Shoulders',
fullName: 'Big Shoulders Regular',
postscriptName: 'BigShoulders-Regular',
category: 'display',
capHeight: 1600,
ascent: 1971,
descent: -429,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1200,
xWidthAvg: 673,
subsets: {
latin: {
xWidthAvg: 673
},
thai: {
xWidthAvg: 1304
}
}
};