@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
module.exports = {
familyName: 'Orienta',
fullName: 'Orienta Regular',
postscriptName: 'Orienta-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 960,
descent: -235,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 482,
subsets: {
latin: {
xWidthAvg: 482
},
thai: {
xWidthAvg: 746
}
}
};