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