@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'BlinkMacSystemFont',
fullName: 'System Font',
postscriptName: '.SFNS-Regular',
category: 'sans-serif',
capHeight: 1443,
ascent: 1980,
descent: -432,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1040,
xWidthAvg: 853,
subsets: {
latin: {
xWidthAvg: 853
},
thai: {
xWidthAvg: 2048
}
}
};