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