@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 375 B
JavaScript
export default {
familyName: 'Source Code Pro',
fullName: 'Source Code Pro Regular',
postscriptName: 'SourceCodePro-Regular',
category: 'monospace',
capHeight: 660,
ascent: 984,
descent: -273,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 478,
xWidthAvg: 600,
subsets: {
latin: {
xWidthAvg: 600
},
thai: {
xWidthAvg: 600
}
}
};