@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
module.exports = {
familyName: 'EB Garamond',
fullName: 'EB Garamond SemiBold Italic',
postscriptName: 'EBGaramond-SemiBoldItalic',
category: 'serif',
capHeight: 650,
ascent: 1007,
descent: -298,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 400,
xWidthAvg: 412,
subsets: {
latin: {
xWidthAvg: 412
},
thai: {
xWidthAvg: 509
}
}
};