@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 373 B
JavaScript
module.exports = {
familyName: 'Space Grotesk',
fullName: 'Space Grotesk Regular',
postscriptName: 'SpaceGrotesk-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 984,
descent: -292,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 486,
xWidthAvg: 489,
subsets: {
latin: {
xWidthAvg: 489
},
thai: {
xWidthAvg: 867
}
}
};