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