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