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