From 186df2c71e361ad84bf66625d87fab41eac827a9 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 11 Oct 2023 13:58:12 +0700 Subject: I was even more stupid than I thought. Fixed missing fonts (for really real this time) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c88afc5..0031062 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,150;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,150;1,400;1,500;1,600;1,700;1,800&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,150;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,150;1,200;1,400;1,500;1,600;1,700;1,800&display=swap'); :root { --accent1: #00BA62; -- cgit v1.2.3