@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
export default {
familyName: 'Stylish',
fullName: 'Stylish Regular',
postscriptName: 'Stylish-Regular',
category: 'sans-serif',
capHeight: 600,
ascent: 821,
descent: -179,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 410,
xWidthAvg: 396,
subsets: {
latin: {
xWidthAvg: 396
},
thai: {
xWidthAvg: 864
}
}
};