@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 336 B
JavaScript
export default {
familyName: 'Georgia',
fullName: 'Georgia',
postscriptName: 'Georgia',
category: 'serif',
capHeight: 1419,
ascent: 1878,
descent: -449,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 986,
xWidthAvg: 913,
subsets: {
latin: {
xWidthAvg: 913
},
thai: {
xWidthAvg: 2048
}
}
};