@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Gothic A1',
fullName: 'Gothic A1 Regular',
postscriptName: 'GothicA1-Regular',
category: 'sans-serif',
capHeight: 749,
ascent: 817,
descent: -207,
lineGap: 256,
unitsPerEm: 1024,
xHeight: 538,
xWidthAvg: 465,
subsets: {
latin: {
xWidthAvg: 465
},
thai: {
xWidthAvg: 374
}
}
};