@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
export default {
familyName: 'Economica',
fullName: 'Economica',
postscriptName: 'Economica-Regular',
category: 'sans-serif',
capHeight: 720,
ascent: 949,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 510,
xWidthAvg: 308,
subsets: {
latin: {
xWidthAvg: 308
},
thai: {
xWidthAvg: 190
}
}
};