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