@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 369 B
JavaScript
module.exports = {
familyName: 'Red Hat Mono',
fullName: 'Red Hat Mono Regular',
postscriptName: 'RedHatMono-Regular',
category: 'monospace',
capHeight: 700,
ascent: 1018,
descent: -305,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 488,
xWidthAvg: 600,
subsets: {
latin: {
xWidthAvg: 600
},
thai: {
xWidthAvg: 600
}
}
};