@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
module.exports = {
familyName: 'Bitter',
fullName: 'Bitter Black',
postscriptName: 'Bitter-Black',
category: 'serif',
capHeight: 710,
ascent: 935,
descent: -265,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 540,
xWidthAvg: 483,
subsets: {
latin: {
xWidthAvg: 483
},
thai: {
xWidthAvg: 500
}
}
};