@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 341 B
JavaScript
export default {
familyName: 'Joan',
fullName: 'Joan Regular',
postscriptName: 'Joan-Regular',
category: 'serif',
capHeight: 707,
ascent: 1000,
descent: -292,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 456,
xWidthAvg: 414,
subsets: {
latin: {
xWidthAvg: 414
},
thai: {
xWidthAvg: 742
}
}
};