Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit afabb1e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)