@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 341 B
JavaScript
export default {
familyName: 'Macondo',
fullName: 'Macondo',
postscriptName: 'Macondo-Regular',
category: 'display',
capHeight: 53,
ascent: 888,
descent: -292,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 24,
xWidthAvg: 416,
subsets: {
latin: {
xWidthAvg: 416
},
thai: {
xWidthAvg: 300
}
}
};