diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index aa069f2..de71572 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,13 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + <!-- Fonts --> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> + <link + href="https://fonts.googleapis.com/css2?family=Barlow&family=Fredoka+One&display=swap" + rel="stylesheet" + /> <title>React App</title> </head> <body> |