@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Corinthia',
fullName: 'Corinthia Regular',
postscriptName: 'Corinthia-Regular',
category: 'handwriting',
capHeight: 535,
ascent: 760,
descent: -440,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 240,
xWidthAvg: 255,
subsets: {
latin: {
xWidthAvg: 255
},
thai: {
xWidthAvg: 531
}
}
};