@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Oswald',
fullName: 'Oswald Light',
postscriptName: 'Oswald-Light',
category: 'sans-serif',
capHeight: 810,
ascent: 1193,
descent: -289,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 578,
xWidthAvg: 340,
subsets: {
latin: {
xWidthAvg: 340
},
thai: {
xWidthAvg: 645
}
}
};