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