@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
export default {
familyName: 'Anybody',
fullName: 'Anybody Bold',
postscriptName: 'Anybody-Bold',
category: 'display',
capHeight: 1350,
ascent: 1590,
descent: -480,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1186,
xWidthAvg: 1098,
subsets: {
latin: {
xWidthAvg: 1098
},
thai: {
xWidthAvg: 577
}
}
};