@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'New Rocker',
fullName: 'New Rocker',
postscriptName: 'NewRocker-Regular',
category: 'display',
capHeight: 733,
ascent: 946,
descent: -283,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 465,
xWidthAvg: 426,
subsets: {
latin: {
xWidthAvg: 426
},
thai: {
xWidthAvg: 752
}
}
};