@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Outfit',
fullName: 'Outfit Bold',
postscriptName: 'Outfit-Bold',
category: 'sans-serif',
capHeight: 706,
ascent: 1000,
descent: -260,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 486,
xWidthAvg: 461,
subsets: {
latin: {
xWidthAvg: 461
},
thai: {
xWidthAvg: 677
}
}
};