diff options
| author | jackyzha0 <[email protected]> | 2021-03-05 16:53:52 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-05 16:53:52 -0800 |
| commit | 0c2d38a59f890afed6466658e1ad0341656137c8 (patch) | |
| tree | 930fb412655daa5243e38f06b94757ce965a0892 /frontend/public/index.html | |
| parent | fix(typo): public api docs endpoint (diff) | |
| download | ctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.tar.xz ctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.zip | |
title refactor
Diffstat (limited to 'frontend/public/index.html')
| -rw-r--r-- | frontend/public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 0a92619..b328944 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -10,7 +10,8 @@ /> <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> |