@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Figtree',
fullName: 'Figtree ExtraBold',
postscriptName: 'Figtree-ExtraBold',
category: 'sans-serif',
capHeight: 700,
ascent: 950,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 470,
subsets: {
latin: {
xWidthAvg: 470
},
thai: {
xWidthAvg: 708
}
}
};