@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 339 B
JavaScript
export default {
familyName: 'Martel',
fullName: 'Martel',
postscriptName: 'Martel-Regular',
category: 'serif',
capHeight: 758,
ascent: 1125,
descent: -562,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 546,
xWidthAvg: 501,
subsets: {
latin: {
xWidthAvg: 501
},
thai: {
xWidthAvg: 595
}
}
};