kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 4db260129cd160be84a85c88e36215a89637aa21
parent cf16d0beb4a1088ee62eda26f0071f818debdb17
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sun, 18 Feb 2024 01:20:04 -0300

Change git section font to inconsolata

Diffstat:
Mgit/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git/style.css b/git/style.css
@@ -11,7 +11,7 @@ html {
 body {
     color: #000;
     background-color: #fff;
-    font-family: monospace;
+    font-family: inconsolata, monospace;
     font-size: 14px;
     max-width: 70em;
     margin-left: auto;