@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Manjari',
fullName: 'Manjari Thin',
postscriptName: 'Manjari-Thin',
category: 'sans-serif',
capHeight: 1360,
ascent: 1400,
descent: -800,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1000,
xWidthAvg: 895,
subsets: {
latin: {
xWidthAvg: 895
},
thai: {
xWidthAvg: 692
}
}
};