@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 369 B
JavaScript
module.exports = {
familyName: 'Economica',
fullName: 'Economica Bold Italic',
postscriptName: 'Economica-BoldItalic',
category: 'sans-serif',
capHeight: 720,
ascent: 949,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 538,
xWidthAvg: 310,
subsets: {
latin: {
xWidthAvg: 310
},
thai: {
xWidthAvg: 190
}
}
};