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