@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
export default {
familyName: 'Asap',
fullName: 'Asap Regular',
postscriptName: 'Asap-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 934,
descent: -212,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 523,
xWidthAvg: 442,
subsets: {
latin: {
xWidthAvg: 442
},
thai: {
xWidthAvg: 545
}
}
};