@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 362 B
JavaScript
module.exports = {
familyName: 'Recursive',
fullName: 'Recursive Regular',
postscriptName: 'Recursive-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 950,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 532,
xWidthAvg: 510,
subsets: {
latin: {
xWidthAvg: 510
},
thai: {
xWidthAvg: 600
}
}
};