@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Allison',
fullName: 'Allison Regular',
postscriptName: 'Allison-Regular',
category: 'handwriting',
capHeight: 630,
ascent: 890,
descent: -380,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 220,
xWidthAvg: 246,
subsets: {
latin: {
xWidthAvg: 246
},
thai: {
xWidthAvg: 568
}
}
};