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