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