@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
export default {
familyName: 'Cormorant SC',
fullName: 'Cormorant SC Bold',
postscriptName: 'CormorantSC-Bold',
category: 'serif',
capHeight: 625,
ascent: 924,
descent: -287,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 386,
xWidthAvg: 465,
subsets: {
latin: {
xWidthAvg: 465
},
thai: {
xWidthAvg: 501
}
}
};