@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 375 B
JavaScript
export default {
familyName: 'Source Sans 3',
fullName: 'Source Sans 3 ExtraBold',
postscriptName: 'SourceSans3-ExtraBold',
category: 'sans-serif',
capHeight: 660,
ascent: 1024,
descent: -400,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 498,
xWidthAvg: 448,
subsets: {
latin: {
xWidthAvg: 448
},
thai: {
xWidthAvg: 697
}
}
};