@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Bitter',
fullName: 'Bitter Light Italic',
postscriptName: 'Bitter-LightItalic',
category: 'serif',
capHeight: 695,
ascent: 935,
descent: -265,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 525,
xWidthAvg: 445,
subsets: {
latin: {
xWidthAvg: 445
},
thai: {
xWidthAvg: 456
}
}
};