@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
export default {
familyName: 'Maven Pro',
fullName: 'Maven Pro Regular',
postscriptName: 'MavenPro-Regular',
category: 'sans-serif',
capHeight: 667,
ascent: 965,
descent: -210,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 499,
xWidthAvg: 462,
subsets: {
latin: {
xWidthAvg: 462
},
thai: {
xWidthAvg: 500
}
}
};