@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 381 B
JavaScript
module.exports = {
familyName: 'Roboto Condensed',
fullName: 'Roboto Condensed Light',
postscriptName: 'RobotoCondensed-Light',
category: 'sans-serif',
capHeight: 1456,
ascent: 1900,
descent: -500,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1082,
xWidthAvg: 796,
subsets: {
latin: {
xWidthAvg: 796
},
thai: {
xWidthAvg: 803
}
}
};