@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 350 B
JavaScript
module.exports = {
familyName: 'Georgia',
fullName: 'Georgia Bold',
postscriptName: 'Georgia-Bold',
category: 'serif',
capHeight: 1419,
ascent: 1878,
descent: -449,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 992,
xWidthAvg: 1062,
subsets: {
latin: {
xWidthAvg: 1062
},
thai: {
xWidthAvg: 2048
}
}
};