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