@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 343 B
JavaScript
export default {
familyName: 'Geist',
fullName: 'Geist Bold',
postscriptName: 'Geist-Bold',
category: 'sans-serif',
capHeight: 710,
ascent: 1005,
descent: -295,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 536,
xWidthAvg: 499,
subsets: {
latin: {
xWidthAvg: 499
},
thai: {
xWidthAvg: 600
}
}
};