@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Comme',
fullName: 'Comme Light',
postscriptName: 'Comme-Light',
category: 'sans-serif',
capHeight: 1456,
ascent: 1957,
descent: -501,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1082,
xWidthAvg: 955,
subsets: {
latin: {
xWidthAvg: 955
},
thai: {
xWidthAvg: 1247
}
}
};