@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
module.exports = {
familyName: 'Hurricane',
fullName: 'Hurricane Regular',
postscriptName: 'Hurricane-Regular',
category: 'handwriting',
capHeight: 610,
ascent: 950,
descent: -430,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 326,
xWidthAvg: 287,
subsets: {
latin: {
xWidthAvg: 287
},
thai: {
xWidthAvg: 484
}
}
};