@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 337 B
JavaScript
export default {
familyName: 'Oi',
fullName: 'Oi Regular',
postscriptName: 'Oi-Regular',
category: 'display',
capHeight: 760,
ascent: 1070,
descent: -510,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 696,
xWidthAvg: 805,
subsets: {
latin: {
xWidthAvg: 805
},
thai: {
xWidthAvg: 888
}
}
};