@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
export default {
familyName: 'Bonbon',
fullName: 'Bonbon Regular',
postscriptName: 'Bonbon-Regular',
category: 'handwriting',
capHeight: 644,
ascent: 845,
descent: -330,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 504,
xWidthAvg: 500,
subsets: {
latin: {
xWidthAvg: 500
},
thai: {
xWidthAvg: 1210
}
}
};