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