aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/simple-react/public/index.html')
-rw-r--r--demos/simple-react/public/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html
index 4f5961671..2032ea287 100644
--- a/demos/simple-react/public/index.html
+++ b/demos/simple-react/public/index.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
- <head> </head>
+ <head>
+ <link
+ rel="stylesheet"
+ crossorigin="anonymous"
+ href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&family=Space+Mono:wght@400;700&display=swap"
+ />
+ </head>
<body>
<div id="reactroot"></div>
<link rel="stylesheet" href="./src/index.css" />