@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Cookie',
fullName: 'Cookie-Regular',
postscriptName: 'Cookie-Regular',
category: 'handwriting',
capHeight: 312,
ascent: 789,
descent: -320,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 115,
xWidthAvg: 296,
subsets: {
latin: {
xWidthAvg: 296
},
thai: {
xWidthAvg: 355
}
}
};