@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 370 B
JavaScript
module.exports = {
familyName: 'Zalando Sans',
fullName: 'Zalando Sans Regular',
postscriptName: 'ZalandoSans-Regular',
category: 'sans-serif',
capHeight: 714,
ascent: 964,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 514,
xWidthAvg: 468,
subsets: {
latin: {
xWidthAvg: 468
},
thai: {
xWidthAvg: 500
}
}
};