@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'Sedan SC',
fullName: 'Sedan SC Regular',
postscriptName: 'SedanSC-Regular',
category: 'serif',
capHeight: 675,
ascent: 950,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 438,
xWidthAvg: 443,
subsets: {
latin: {
xWidthAvg: 443
},
thai: {
xWidthAvg: 500
}
}
};