@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
module.exports = {
familyName: 'Special Gothic',
fullName: 'Special Gothic Regular',
postscriptName: 'SpecialGothic-Regular',
category: 'sans-serif',
capHeight: 710,
ascent: 1005,
descent: -295,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 504,
xWidthAvg: 423,
subsets: {
latin: {
xWidthAvg: 423
},
thai: {
xWidthAvg: 1148
}
}
};