@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'Estedad',
fullName: 'Estedad Thin',
postscriptName: 'Estedad-Thin',
category: 'sans-serif',
capHeight: 650,
ascent: 1000,
descent: -450,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 483,
xWidthAvg: 443,
subsets: {
latin: {
xWidthAvg: 443
},
thai: {
xWidthAvg: 500
}
}
};