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