@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Mada',
fullName: 'Mada Regular',
postscriptName: 'Mada-Regular',
category: 'sans-serif',
capHeight: 656,
ascent: 950,
descent: -350,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 486,
xWidthAvg: 418,
subsets: {
latin: {
xWidthAvg: 418
},
thai: {
xWidthAvg: 653
}
}
};