@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
export default {
familyName: 'AR One Sans',
fullName: 'AR One Sans Regular',
postscriptName: 'AROneSans-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1060,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 476,
subsets: {
latin: {
xWidthAvg: 476
},
thai: {
xWidthAvg: 500
}
}
};