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