@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 362 B
JavaScript
export default {
familyName: 'Bebas Neue',
fullName: 'Bebas Neue Regular',
postscriptName: 'BebasNeue-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 700,
xWidthAvg: 342,
subsets: {
latin: {
xWidthAvg: 342
},
thai: {
xWidthAvg: 738
}
}
};