@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Carlito',
fullName: 'Carlito Bold',
postscriptName: 'Carlito-Bold',
category: 'sans-serif',
capHeight: 1328,
ascent: 1950,
descent: -550,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 993,
xWidthAvg: 859,
subsets: {
latin: {
xWidthAvg: 859
},
thai: {
xWidthAvg: 1038
}
}
};