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