@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
module.exports = {
familyName: 'Arsenal SC',
fullName: 'Arsenal SC Regular',
postscriptName: 'ArsenalSC-Regular',
category: 'sans-serif',
capHeight: 650,
ascent: 1000,
descent: -254,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 399,
subsets: {
latin: {
xWidthAvg: 399
},
thai: {
xWidthAvg: 632
}
}
};