@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
20 lines (19 loc) • 328 B
JavaScript
module.exports = {
familyName: 'M PLUS 1p',
fullName: 'M PLUS 1p Regular',
postscriptName: 'MPLUS1p-Regular',
category: 'sans-serif',
ascent: 1075,
descent: -320,
lineGap: 90,
unitsPerEm: 1000,
xWidthAvg: 489,
subsets: {
latin: {
xWidthAvg: 489
},
thai: {
xWidthAvg: 364
}
}
};