@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Tomorrow',
fullName: 'Tomorrow Regular',
postscriptName: 'Tomorrow-Regular',
category: 'sans-serif',
capHeight: 737,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 523,
xWidthAvg: 477,
subsets: {
latin: {
xWidthAvg: 477
},
thai: {
xWidthAvg: 694
}
}
};