@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 383 B
JavaScript
module.exports = {
familyName: 'Barlow Condensed',
fullName: 'Barlow Condensed Regular',
postscriptName: 'BarlowCondensed-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 506,
xWidthAvg: 341,
subsets: {
latin: {
xWidthAvg: 341
},
thai: {
xWidthAvg: 341
}
}
};