@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Cherry Swash',
fullName: 'Cherry Swash',
postscriptName: 'CherrySwash-Regular',
category: 'display',
capHeight: 700,
ascent: 1025,
descent: -301,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 470,
subsets: {
latin: {
xWidthAvg: 470
},
thai: {
xWidthAvg: 310
}
}
};