@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 373 B
JavaScript
export default {
familyName: 'Old Standard TT',
fullName: 'Old Standard TT Regular',
postscriptName: 'OldStandardTT-Regular',
category: 'serif',
capHeight: 712,
ascent: 762,
descent: -238,
lineGap: 236,
unitsPerEm: 1000,
xHeight: 456,
xWidthAvg: 439,
subsets: {
latin: {
xWidthAvg: 439
},
thai: {
xWidthAvg: 500
}
}
};