Skip to content

Commit 63483df

Browse files
authored
Update src/util/font.js [skip ci]
1 parent 69f6e83 commit 63483df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/font.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const getFontFamily = fontName => {
9494
return fontName
9595
}
9696

97-
// Modern font stacks.
97+
// Modern font stacks. See https://github.com/system-fonts/modern-font-stacks
9898
if ( fontName.match( /^system-ui$/i ) ) {
9999
return 'system-ui, sans-serif'
100100
} else if ( fontName.match( /^transitional$/i ) ) {

0 commit comments

Comments
 (0)