@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 373 B
JavaScript
export default {
familyName: 'Philosopher',
fullName: 'Philosopher Bold Italic',
postscriptName: 'Philosopher-BoldItalic',
category: 'sans-serif',
capHeight: 660,
ascent: 900,
descent: -220,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 470,
xWidthAvg: 449,
subsets: {
latin: {
xWidthAvg: 449
},
thai: {
xWidthAvg: 500
}
}
};