@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 373 B
JavaScript
module.exports = {
familyName: 'Advent Pro',
fullName: 'Advent Pro Black Italic',
postscriptName: 'AdventPro-BlackItalic',
category: 'sans-serif',
capHeight: 700,
ascent: 964,
descent: -232,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 501,
xWidthAvg: 399,
subsets: {
latin: {
xWidthAvg: 399
},
thai: {
xWidthAvg: 500
}
}
};