@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
module.exports = {
familyName: 'Yomogi',
fullName: 'Yomogi Regular',
postscriptName: 'Yomogi-Regular',
category: 'handwriting',
capHeight: 720,
ascent: 1160,
descent: -288,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 475,
xWidthAvg: 516,
subsets: {
latin: {
xWidthAvg: 516
},
thai: {
xWidthAvg: 1000
}
}
};