diff options
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 0a92619..8ca24a5 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,8 +9,8 @@ content="a modern, open-source pastebin with latex and markdown rendering support" /> <link rel="icon" href="icon.png"> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jackyzha0/[email protected]/src/lite.css"> - <link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Roboto+Mono&display=swap" rel="stylesheet"> + <link rel="preconnect" href="https://fonts.gstatic.com"> + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&display=swap" rel="stylesheet"> <title>ctrl-v | a modern, open-source pastebin </title> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DE1TYY2F24"></script> |