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