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