@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
module.exports = {
familyName: 'PT Sans',
fullName: 'PT Sans',
postscriptName: 'PTSans-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1018,
descent: -276,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 431,
subsets: {
latin: {
xWidthAvg: 431
},
thai: {
xWidthAvg: 750
}
}
};