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