@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
export default {
familyName: 'Wire One',
fullName: 'Wire One Regular',
postscriptName: 'WireOne-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 890,
descent: -210,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 232,
subsets: {
latin: {
xWidthAvg: 232
},
thai: {
xWidthAvg: 288
}
}
};