@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Antonio',
fullName: 'Antonio Regular',
postscriptName: 'Antonio-Regular',
category: 'sans-serif',
capHeight: 1760,
ascent: 2365,
descent: -285,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1500,
xWidthAvg: 765,
subsets: {
latin: {
xWidthAvg: 765
},
thai: {
xWidthAvg: 1024
}
}
};