@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
export default {
familyName: 'Asta Sans',
fullName: 'Asta Sans Regular',
postscriptName: 'AstaSans-Regular',
category: 'sans-serif',
capHeight: 707,
ascent: 952,
descent: -241,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 505,
xWidthAvg: 455,
subsets: {
latin: {
xWidthAvg: 455
},
thai: {
xWidthAvg: 500
}
}
};