@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
module.exports = {
familyName: 'Rosario',
fullName: 'Rosario Light Italic',
postscriptName: 'Rosario-LightItalic',
category: 'sans-serif',
capHeight: 724,
ascent: 977,
descent: -235,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 490,
xWidthAvg: 392,
subsets: {
latin: {
xWidthAvg: 392
},
thai: {
xWidthAvg: 642
}
}
};