@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Carattere',
fullName: 'Carattere Regular',
postscriptName: 'Carattere-Regular',
category: 'handwriting',
capHeight: 690,
ascent: 800,
descent: -350,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 350,
xWidthAvg: 302,
subsets: {
latin: {
xWidthAvg: 302
},
thai: {
xWidthAvg: 511
}
}
};