@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'Source Serif 4',
fullName: 'Source Serif 4 Bold',
postscriptName: 'SourceSerif4-Bold',
category: 'serif',
capHeight: 670,
ascent: 1036,
descent: -335,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 475,
xWidthAvg: 494,
subsets: {
latin: {
xWidthAvg: 494
},
thai: {
xWidthAvg: 640
}
}
};