@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 368 B
JavaScript
module.exports = {
familyName: 'Big Shoulders',
fullName: 'Big Shoulders Bold',
postscriptName: 'BigShoulders-Bold',
category: 'display',
capHeight: 1600,
ascent: 1971,
descent: -429,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1200,
xWidthAvg: 785,
subsets: {
latin: {
xWidthAvg: 785
},
thai: {
xWidthAvg: 1530
}
}
};