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