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