@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 386 B
JavaScript
module.exports = {
familyName: 'Science Gothic',
fullName: 'Science Gothic ExtraBold',
postscriptName: 'ScienceGothic-ExtraBold',
category: 'sans-serif',
capHeight: 1400,
ascent: 2176,
descent: -776,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1000,
xWidthAvg: 1257,
subsets: {
latin: {
xWidthAvg: 1257
},
thai: {
xWidthAvg: 1634
}
}
};