@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: '42dot Sans',
fullName: '42dot Sans Light',
postscriptName: '42dotSans-Light',
category: 'sans-serif',
capHeight: 707,
ascent: 952,
descent: -241,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 505,
xWidthAvg: 447,
subsets: {
latin: {
xWidthAvg: 447
},
thai: {
xWidthAvg: 500
}
}
};