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