summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-08 20:55:38 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-08 20:55:38 +0400
commitd7a5324be87af454847d87286fe5270e5b70cfaa (patch)
tree065898655c6197fe0abc414eaf01168484268a07
parentfc6e2275046d8a48abe43b246b0a057331c5d2de (diff)
TEMPORARY: font changed so that it is supported by most if not all systems
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index ba20758..c372e0d 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
/* 10th June 2024, Designer: Suleyman Farajli */
body {
- font: 15px monospace;
+ font: 15px Courier New;
width: 60em; /* make width window size independent */
display:block;
padding-top: 4em;