@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
module.exports = {
familyName: 'Red Hat Text',
fullName: 'Red Hat Text SemiBold',
postscriptName: 'RedHatText-SemiBold',
category: 'sans-serif',
capHeight: 700,
ascent: 1018,
descent: -305,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 505,
xWidthAvg: 475,
subsets: {
latin: {
xWidthAvg: 475
},
thai: {
xWidthAvg: 514
}
}
};