@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
export default {
familyName: 'Oooh Baby',
fullName: 'Oooh Baby Regular',
postscriptName: 'OoohBaby-Regular',
category: 'handwriting',
capHeight: 695,
ascent: 900,
descent: -325,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 365,
xWidthAvg: 364,
subsets: {
latin: {
xWidthAvg: 364
},
thai: {
xWidthAvg: 500
}
}
};