diff options
Diffstat (limited to 'demos/simple-react/index.html')
-rw-r--r-- | demos/simple-react/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/simple-react/index.html b/demos/simple-react/index.html index 3e227399a..8717aa333 100644 --- a/demos/simple-react/index.html +++ b/demos/simple-react/index.html @@ -1,6 +1,11 @@ <!DOCTYPE html> <html> <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" + /> <link rel="stylesheet" href="src/index.css" /> <script async src="src/index.tsx" type="module"></script> </head> |