@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
module.exports = {
familyName: 'Geist',
fullName: 'Geist ExtraBold',
postscriptName: 'Geist-ExtraBold',
category: 'sans-serif',
capHeight: 710,
ascent: 1005,
descent: -295,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 538,
xWidthAvg: 510,
subsets: {
latin: {
xWidthAvg: 510
},
thai: {
xWidthAvg: 600
}
}
};