@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 342 B
JavaScript
export default {
familyName: 'Sanchez',
fullName: 'Sanchez',
postscriptName: 'Sanchez-Regular',
category: 'serif',
capHeight: 718,
ascent: 1004,
descent: -274,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 492,
xWidthAvg: 491,
subsets: {
latin: {
xWidthAvg: 491
},
thai: {
xWidthAvg: 313
}
}
};