@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
module.exports = {
familyName: 'Manjari',
fullName: 'Manjari Regular',
postscriptName: 'Manjari-Regular',
category: 'sans-serif',
capHeight: 1385,
ascent: 1500,
descent: -750,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1024,
xWidthAvg: 928,
subsets: {
latin: {
xWidthAvg: 928
},
thai: {
xWidthAvg: 761
}
}
};