@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Raleway',
fullName: 'Raleway SemiBold',
postscriptName: 'Raleway-SemiBold',
category: 'sans-serif',
capHeight: 710,
ascent: 940,
descent: -234,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 519,
xWidthAvg: 475,
subsets: {
latin: {
xWidthAvg: 475
},
thai: {
xWidthAvg: 608
}
}
};