@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Judson',
fullName: 'Judson Regular',
postscriptName: 'Judson-Regular',
category: 'serif',
capHeight: 585,
ascent: 902,
descent: -248,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 440,
xWidthAvg: 425,
subsets: {
latin: {
xWidthAvg: 425
},
thai: {
xWidthAvg: 500
}
}
};