@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
export default {
familyName: 'Arbutus',
fullName: 'Arbutus Regular',
postscriptName: 'Arbutus-Regular',
category: 'serif',
capHeight: 103,
ascent: 2010,
descent: -550,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 234,
xWidthAvg: 1302,
subsets: {
latin: {
xWidthAvg: 1302
},
thai: {
xWidthAvg: 0
}
}
};