@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
export default {
familyName: 'Genos',
fullName: 'Genos Light Italic',
postscriptName: 'Genos-LightItalic',
category: 'sans-serif',
capHeight: 460,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 400,
xWidthAvg: 381,
subsets: {
latin: {
xWidthAvg: 381
},
thai: {
xWidthAvg: 261
}
}
};