We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6e83 commit 63483dfCopy full SHA for 63483df
src/util/font.js
@@ -94,7 +94,7 @@ export const getFontFamily = fontName => {
94
return fontName
95
}
96
97
- // Modern font stacks.
+ // Modern font stacks. See https://github.com/system-fonts/modern-font-stacks
98
if ( fontName.match( /^system-ui$/i ) ) {
99
return 'system-ui, sans-serif'
100
} else if ( fontName.match( /^transitional$/i ) ) {
0 commit comments