@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 343 B
JavaScript
module.exports = {
familyName: 'Arvo',
fullName: 'Arvo Bold',
postscriptName: 'Arvo-Bold',
category: 'serif',
capHeight: 1516,
ascent: 1968,
descent: -506,
lineGap: 55,
unitsPerEm: 2048,
xHeight: 1036,
xWidthAvg: 1062,
subsets: {
latin: {
xWidthAvg: 1062
},
thai: {
xWidthAvg: 1141
}
}
};