@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 364 B
JavaScript
export default {
familyName: 'Antonio',
fullName: 'Antonio ExtraLight',
postscriptName: 'Antonio-ExtraLight',
category: 'sans-serif',
capHeight: 1760,
ascent: 2365,
descent: -285,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1500,
xWidthAvg: 730,
subsets: {
latin: {
xWidthAvg: 730
},
thai: {
xWidthAvg: 1117
}
}
};