@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
export default {
familyName: 'Anton SC',
fullName: 'Anton SC Regular',
postscriptName: 'AntonSC-Regular',
category: 'sans-serif',
capHeight: 1760,
ascent: 2409,
descent: -674,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1500,
xWidthAvg: 828,
subsets: {
latin: {
xWidthAvg: 828
},
thai: {
xWidthAvg: 1022
}
}
};