@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
module.exports = {
familyName: 'Exo',
fullName: 'Exo Regular',
postscriptName: 'Exo-Regular',
category: 'sans-serif',
capHeight: 732,
ascent: 1002,
descent: -327,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 531,
xWidthAvg: 464,
subsets: {
latin: {
xWidthAvg: 464
},
thai: {
xWidthAvg: 654
}
}
};