diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 3142dbd..505f02a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,6 +13,12 @@ content="Quick start with Mingling and build your command-line program!" /> + <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=Source+Sans+Pro:wght@400;600;700&family=Roboto+Mono&family=Dosis:wght@500&display=swap" + rel="stylesheet" + /> <link rel="stylesheet" href="css/light.css" /> <link id="dark-style" rel="stylesheet" href="css/dark.css" disabled /> </head> |
