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