@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
module.exports = {
familyName: 'SN Pro',
fullName: 'SN Pro Bold',
postscriptName: 'SNPro-Bold',
category: 'sans-serif',
capHeight: 670,
ascent: 985,
descent: -315,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 490,
xWidthAvg: 467,
subsets: {
latin: {
xWidthAvg: 467
},
thai: {
xWidthAvg: 641
}
}
};