@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Wendy One',
fullName: 'Wendy One',
postscriptName: 'WendyOne-Regular',
category: 'sans-serif',
capHeight: 606,
ascent: 819,
descent: -236,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 474,
xWidthAvg: 475,
subsets: {
latin: {
xWidthAvg: 475
},
thai: {
xWidthAvg: 200
}
}
};