@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
export default {
familyName: 'Road Rage',
fullName: 'Road Rage Regular',
postscriptName: 'RoadRage-Regular',
category: 'display',
capHeight: 600,
ascent: 850,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 450,
xWidthAvg: 260,
subsets: {
latin: {
xWidthAvg: 260
},
thai: {
xWidthAvg: 420
}
}
};