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