@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 379 B
JavaScript
module.exports = {
familyName: 'Cabin Condensed',
fullName: 'Cabin Condensed Regular',
postscriptName: 'CabinCondensed-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 965,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 490,
xWidthAvg: 369,
subsets: {
latin: {
xWidthAvg: 369
},
thai: {
xWidthAvg: 603
}
}
};