@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Outfit',
fullName: 'Outfit Regular',
postscriptName: 'Outfit-Regular',
category: 'sans-serif',
capHeight: 694,
ascent: 1000,
descent: -260,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 475,
xWidthAvg: 445,
subsets: {
latin: {
xWidthAvg: 445
},
thai: {
xWidthAvg: 686
}
}
};