summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2025-12-26 17:14:01 +0500
committerPhyscik <mynameisgennadiy@vk.com>2025-12-26 17:14:01 +0500
commit424c95749a12b57caeba7c3ecd5034daacf5a651 (patch)
tree445fd98e0316239a102844d933be9404f42ceae4 /templates
parentbf7ad6f7130b16032518f7b0dcdb92281c88be6f (diff)
Font change
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index b9ccef0..250f509 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,8 +3,7 @@
<head>
<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=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
<link href="static/common.css" rel="stylesheet" />
<script src="static/common.js"></script>
</head>