@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 343 B
JavaScript
module.exports = {
familyName: 'SUSE',
fullName: 'SUSE Light',
postscriptName: 'SUSE-Light',
category: 'sans-serif',
capHeight: 700,
ascent: 980,
descent: -280,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 478,
xWidthAvg: 435,
subsets: {
latin: {
xWidthAvg: 435
},
thai: {
xWidthAvg: 858
}
}
};