@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Goldman',
fullName: 'Goldman Bold',
postscriptName: 'Goldman-Bold',
category: 'display',
capHeight: 588,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 448,
xWidthAvg: 555,
subsets: {
latin: {
xWidthAvg: 555
},
thai: {
xWidthAvg: 576
}
}
};