@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Allura',
fullName: 'Allura Regular',
postscriptName: 'Allura-Regular',
category: 'handwriting',
capHeight: 590,
ascent: 800,
descent: -450,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 295,
xWidthAvg: 338,
subsets: {
latin: {
xWidthAvg: 338
},
thai: {
xWidthAvg: 484
}
}
};