@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
module.exports = {
familyName: 'Jaro',
fullName: 'Jaro Regular',
postscriptName: 'Jaro-Regular',
category: 'sans-serif',
capHeight: 1333,
ascent: 2000,
descent: -500,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1100,
xWidthAvg: 809,
subsets: {
latin: {
xWidthAvg: 809
},
thai: {
xWidthAvg: 1057
}
}
};