@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
20 lines (19 loc) • 338 B
JavaScript
module.exports = {
familyName: 'Cantarell',
fullName: 'Cantarell Bold Italic',
postscriptName: 'Cantarell-BoldItalic',
category: 'sans-serif',
ascent: 2240,
descent: -660,
lineGap: 0,
unitsPerEm: 2048,
xWidthAvg: 1073,
subsets: {
latin: {
xWidthAvg: 1073
},
thai: {
xWidthAvg: 748
}
}
};