@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
module.exports = {
familyName: 'Farro',
fullName: 'Farro Regular',
postscriptName: 'Farro-Regular',
category: 'sans-serif',
capHeight: 750,
ascent: 800,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 600,
xWidthAvg: 488,
subsets: {
latin: {
xWidthAvg: 488
},
thai: {
xWidthAvg: 1106
}
}
};