@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Chathura',
fullName: 'Chathura Regular',
postscriptName: 'Chathura-Regular',
category: 'sans-serif',
capHeight: 404,
ascent: 1020,
descent: -602,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 294,
xWidthAvg: 220,
subsets: {
latin: {
xWidthAvg: 220
},
thai: {
xWidthAvg: 800
}
}
};