@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Reenie Beanie',
fullName: 'Reenie Beanie',
postscriptName: 'ReenieBeanie',
category: 'handwriting',
capHeight: 700,
ascent: 750,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 339,
subsets: {
latin: {
xWidthAvg: 339
},
thai: {
xWidthAvg: 414
}
}
};