@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
20 lines (19 loc) • 349 B
JavaScript
module.exports = {
familyName: 'Helvetica Neue',
fullName: 'Helvetica Neue UltraLight',
postscriptName: 'HelveticaNeue-UltraLight',
category: 'sans-serif',
ascent: 931,
descent: -213,
lineGap: 27,
unitsPerEm: 1000,
xWidthAvg: 400,
subsets: {
latin: {
xWidthAvg: 400
},
thai: {
xWidthAvg: 364
}
}
};