Skip to content

Commit afabb1e

Browse files
na399TheAlexLichter
authored andcommitted
chore: fix missing comma in readme (#30)
1 parent 855dcbf commit afabb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default {
9393
urls: [
9494
// for each Google Fonts add url + options you want
9595
// here add font-display option
96-
'https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap'
96+
'https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap',
9797
'https://fonts.googleapis.com/css?family=Roboto:300,700&display=swap'
9898
]
9999
}

0 commit comments

Comments
 (0)