@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
export default {
familyName: 'EB Garamond',
fullName: 'EB Garamond Medium',
postscriptName: 'EBGaramond-Medium',
category: 'serif',
capHeight: 650,
ascent: 1007,
descent: -298,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 400,
xWidthAvg: 399,
subsets: {
latin: {
xWidthAvg: 399
},
thai: {
xWidthAvg: 505
}
}
};