From d0eacb740f76709fa83ea686d784686e4a8e64d4 Mon Sep 17 00:00:00 2001
From: Suleyman Farajli <suleyman@farajli.net>
Date: Sat, 18 Jan 2025 00:21:38 +0400
Subject: font changed to jetbrains mono

---
 style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'style.css')

diff --git a/style.css b/style.css
index c22e387..df6815b 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
 /* 10th June 2024, Designer: Suleyman Farajli */
 
 body {
-	font: 15px Courier New;
+	font: 15px jetbrains mono;
 	width: 60em; 			/* make width window size independent */
 	display:block;
 	padding-top: 4em;
-- 
cgit v1.2.3