@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Underdog',
fullName: 'Underdog',
postscriptName: 'Underdog-Regular',
category: 'display',
capHeight: 710,
ascent: 909,
descent: -247,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 520,
xWidthAvg: 458,
subsets: {
latin: {
xWidthAvg: 458
},
thai: {
xWidthAvg: 320
}
}
};