@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
20 lines (19 loc) • 321 B
JavaScript
module.exports = {
familyName: 'Kristi',
fullName: 'Kristi Regular',
postscriptName: 'Kristi-Regular',
category: 'handwriting',
ascent: 1836,
descent: -724,
lineGap: 0,
unitsPerEm: 2048,
xWidthAvg: 545,
subsets: {
latin: {
xWidthAvg: 545
},
thai: {
xWidthAvg: 748
}
}
};