@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Notable',
fullName: 'Notable Regular',
postscriptName: 'Notable-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1143,
descent: -157,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 356,
xWidthAvg: 750,
subsets: {
latin: {
xWidthAvg: 750
},
thai: {
xWidthAvg: 463
}
}
};