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