@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Caramel',
fullName: 'Caramel Regular',
postscriptName: 'Caramel-Regular',
category: 'handwriting',
capHeight: 650,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 270,
xWidthAvg: 261,
subsets: {
latin: {
xWidthAvg: 261
},
thai: {
xWidthAvg: 429
}
}
};