@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
module.exports = {
familyName: 'Caladea',
fullName: 'Caladea Bold',
postscriptName: 'Caladea-Bold',
category: 'serif',
capHeight: 667,
ascent: 900,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 484,
xWidthAvg: 451,
subsets: {
latin: {
xWidthAvg: 451
},
thai: {
xWidthAvg: 617
}
}
};