@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 375 B
JavaScript
module.exports = {
familyName: 'Helvetica Neue',
fullName: 'Helvetica Neue Italic',
postscriptName: 'HelveticaNeue-Italic',
category: 'sans-serif',
capHeight: 714,
ascent: 957,
descent: -213,
lineGap: 28,
unitsPerEm: 1000,
xHeight: 517,
xWidthAvg: 448,
subsets: {
latin: {
xWidthAvg: 448
},
thai: {
xWidthAvg: 364
}
}
};