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