summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-18 00:21:38 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-18 00:21:38 +0400
commitd0eacb740f76709fa83ea686d784686e4a8e64d4 (patch)
tree1de2e049ed690010c81b17da6207a4b86d8a263b /style.css
parentfd6ffab5d7620a7beea78a909f27166086906199 (diff)
font changed to jetbrains mono
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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;