@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 379 B
JavaScript
module.exports = {
familyName: 'Momo Trust Sans',
fullName: 'Momo Trust Sans Regular',
postscriptName: 'MomoTrustSans-Regular',
category: 'sans-serif',
capHeight: 750,
ascent: 1025,
descent: -275,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 483,
subsets: {
latin: {
xWidthAvg: 483
},
thai: {
xWidthAvg: 345
}
}
};