@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Puritan',
fullName: 'Puritan Italic',
postscriptName: 'Puritan-Italic',
category: 'sans-serif',
capHeight: 655,
ascent: 880,
descent: -256,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 507,
xWidthAvg: 430,
subsets: {
latin: {
xWidthAvg: 430
},
thai: {
xWidthAvg: 512
}
}
};