@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
export default {
familyName: 'PT Serif Caption',
fullName: 'PT Serif Caption',
postscriptName: 'PTSerif-Caption',
category: 'serif',
capHeight: 700,
ascent: 1039,
descent: -286,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 525,
xWidthAvg: 504,
subsets: {
latin: {
xWidthAvg: 504
},
thai: {
xWidthAvg: 709
}
}
};