@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 333 B
JavaScript
export default {
familyName: 'Esteban',
fullName: 'Esteban',
postscriptName: 'Esteban',
category: 'serif',
capHeight: 137,
ascent: 984,
descent: -290,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 127,
xWidthAvg: 443,
subsets: {
latin: {
xWidthAvg: 443
},
thai: {
xWidthAvg: 270
}
}
};