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