@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
module.exports = {
familyName: 'Rambla',
fullName: 'Rambla',
postscriptName: 'Rambla-Regular',
category: 'sans-serif',
capHeight: 668,
ascent: 929,
descent: -295,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 506,
xWidthAvg: 409,
subsets: {
latin: {
xWidthAvg: 409
},
thai: {
xWidthAvg: 500
}
}
};