@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Bevan',
fullName: 'Bevan Regular',
postscriptName: 'Bevan-Regular',
category: 'serif',
capHeight: 1592,
ascent: 2366,
descent: -925,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1072,
xWidthAvg: 1151,
subsets: {
latin: {
xWidthAvg: 1151
},
thai: {
xWidthAvg: 954
}
}
};