@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Acme',
fullName: 'Acme Regular',
postscriptName: 'Acme-Regular',
category: 'sans-serif',
capHeight: 695,
ascent: 959,
descent: -307,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 107,
xWidthAvg: 392,
subsets: {
latin: {
xWidthAvg: 392
},
thai: {
xWidthAvg: 154
}
}
};