@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'Poppins',
fullName: 'Poppins Bold',
postscriptName: 'Poppins-Bold',
category: 'sans-serif',
capHeight: 705,
ascent: 1050,
descent: -350,
lineGap: 100,
unitsPerEm: 1000,
xHeight: 558,
xWidthAvg: 515,
subsets: {
latin: {
xWidthAvg: 515
},
thai: {
xWidthAvg: 500
}
}
};