@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
export default {
familyName: 'Inter',
fullName: 'Inter Bold',
postscriptName: 'Inter-Bold',
category: 'sans-serif',
capHeight: 1490,
ascent: 1984,
descent: -494,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1118,
xWidthAvg: 1008,
subsets: {
latin: {
xWidthAvg: 1008
},
thai: {
xWidthAvg: 1344
}
}
};