@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
module.exports = {
familyName: 'Poppins',
fullName: 'Poppins ExtraBold',
postscriptName: 'Poppins-ExtraBold',
category: 'sans-serif',
capHeight: 709,
ascent: 1050,
descent: -350,
lineGap: 100,
unitsPerEm: 1000,
xHeight: 561,
xWidthAvg: 519,
subsets: {
latin: {
xWidthAvg: 519
},
thai: {
xWidthAvg: 500
}
}
};