@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
export default {
familyName: 'Rationale',
fullName: 'Rationale',
postscriptName: 'Rationale-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 903,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 508,
xWidthAvg: 360,
subsets: {
latin: {
xWidthAvg: 360
},
thai: {
xWidthAvg: 529
}
}
};