@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
module.exports = {
familyName: 'Zilla Slab',
fullName: 'Zilla Slab Light',
postscriptName: 'ZillaSlab-Light',
category: 'serif',
capHeight: 650,
ascent: 944,
descent: -256,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 444,
xWidthAvg: 431,
subsets: {
latin: {
xWidthAvg: 431
},
thai: {
xWidthAvg: 712
}
}
};