commit d66e92f35758758cc67a2767f6c6e752c9b32a5f
parent 3b61608a4bbd0bca438cf71d0c8fdea951523a6d
Author: Chris Kiriakou <chris@kiriakou.net>
Date: Sat, 19 Sep 2026 11:30:46 +0200
Remove font configuration
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/assets/css/main.css b/assets/css/main.css
@@ -1,5 +1,4 @@
html {
- font-size: 1.1rem;
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
@@ -79,7 +78,7 @@ a { overflow-wrap: break-word; }
a:hover { text-decoration: none; }
pre,
-code { font: 0.95em/1.1 "FreeMono", "Courier", "Courier New", monospace; }
+code { font-size: 0.95em; }
code { overflow-wrap: break-word; }