@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
export default {
familyName: 'Graduate',
fullName: 'Graduate',
postscriptName: 'Graduate-Regular',
category: 'serif',
capHeight: 750,
ascent: 953,
descent: -186,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 650,
xWidthAvg: 594,
subsets: {
latin: {
xWidthAvg: 594
},
thai: {
xWidthAvg: 350
}
}
};