@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
module.exports = {
familyName: 'Borel',
fullName: 'Borel Regular',
postscriptName: 'Borel-Regular',
category: 'handwriting',
capHeight: 722,
ascent: 986,
descent: -1014,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 472,
xWidthAvg: 534,
subsets: {
latin: {
xWidthAvg: 534
},
thai: {
xWidthAvg: 908
}
}
};