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