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