@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Gothic A1',
fullName: 'Gothic A1 Bold',
postscriptName: 'GothicA1-Bold',
category: 'sans-serif',
capHeight: 791,
ascent: 817,
descent: -207,
lineGap: 256,
unitsPerEm: 1024,
xHeight: 577,
xWidthAvg: 492,
subsets: {
latin: {
xWidthAvg: 492
},
thai: {
xWidthAvg: 374
}
}
};