From 08381bde7fd25831ab69506003e394555ddb1bbd Mon Sep 17 00:00:00 2001
From: Suleyman Farajli <suleyman@farajli.net>
Date: Tue, 21 Jan 2025 22:51:57 +0400
Subject: style.css: font weight decreased

---
 style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'style.css')

diff --git a/style.css b/style.css
index 7bf3a02..004316e 100644
--- a/style.css
+++ b/style.css
@@ -1,11 +1,11 @@
 /* 10th June 2024, Designer: Suleyman Farajli */
 
-@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@370&display=swap');
 
 .jetbrains-mono {
   font-family: "JetBrains Mono", serif;
   font-optical-sizing: auto;
-  font-weight: 500;
+  font-weight: 370;
   font-style: normal;
 }
 
-- 
cgit v1.2.3