@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Bitter',
fullName: 'Bitter Regular',
postscriptName: 'Bitter-Regular',
category: 'serif',
capHeight: 698,
ascent: 935,
descent: -265,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 528,
xWidthAvg: 465,
subsets: {
latin: {
xWidthAvg: 465
},
thai: {
xWidthAvg: 500
}
}
};