@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 379 B
JavaScript
module.exports = {
familyName: 'Bodoni Moda SC',
fullName: 'Bodoni Moda SC ExtraBold',
postscriptName: 'BodoniModaSC-ExtraBold',
category: 'serif',
capHeight: 1500,
ascent: 2250,
descent: -800,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 920,
xWidthAvg: 1003,
subsets: {
latin: {
xWidthAvg: 1003
},
thai: {
xWidthAvg: 1200
}
}
};