@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
module.exports = {
familyName: 'Martel',
fullName: 'Martel Heavy',
postscriptName: 'Martel-Heavy',
category: 'serif',
capHeight: 758,
ascent: 1125,
descent: -562,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 546,
xWidthAvg: 530,
subsets: {
latin: {
xWidthAvg: 530
},
thai: {
xWidthAvg: 586
}
}
};