diff options
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |