@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 377 B
JavaScript
export default {
familyName: 'Red Hat Display',
fullName: 'Red Hat Display Regular',
postscriptName: 'RedHatDisplay-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1018,
descent: -305,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 501,
xWidthAvg: 442,
subsets: {
latin: {
xWidthAvg: 442
},
thai: {
xWidthAvg: 514
}
}
};