@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 368 B
JavaScript
module.exports = {
familyName: 'Meow Script',
fullName: 'Meow Script Regular',
postscriptName: 'MeowScript-Regular',
category: 'handwriting',
capHeight: 560,
ascent: 830,
descent: -370,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 320,
xWidthAvg: 323,
subsets: {
latin: {
xWidthAvg: 323
},
thai: {
xWidthAvg: 484
}
}
};