@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 390 B
JavaScript
module.exports = {
familyName: 'Fira Sans Condensed',
fullName: 'Fira Sans Condensed Regular',
postscriptName: 'FiraSansCondensed-Regular',
category: 'sans-serif',
capHeight: 688,
ascent: 935,
descent: -265,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 526,
xWidthAvg: 412,
subsets: {
latin: {
xWidthAvg: 412
},
thai: {
xWidthAvg: 666
}
}
};