@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
module.exports = {
familyName: 'Ms Madi',
fullName: 'Ms Madi Regular',
postscriptName: 'MsMadi-Regular',
category: 'handwriting',
capHeight: 640,
ascent: 900,
descent: -420,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 335,
xWidthAvg: 321,
subsets: {
latin: {
xWidthAvg: 321
},
thai: {
xWidthAvg: 474
}
}
};