From db1470db2394c5bb02ff5f697952e13ebeb5716a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Apr 2024 23:50:34 +0300 Subject: Update content for html --- index.html | 2 +- style.css | 14 +++++++------- uptime-stats.html | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 3e80c85c..681400a5 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

foo.zone



-This site was generated at 2024-04-03T23:48:11+03:00 by Gemtexter
+This site was generated at 2024-04-03T23:50:16+03:00 by Gemtexter

    |\---/|
diff --git a/style.css b/style.css
index 9a74645a..a81995e0 100644
--- a/style.css
+++ b/style.css
@@ -1,25 +1,25 @@
 @font-face {
-    font-family: 'text', monospace;
+    font-family: 'text';
     src: url("./text.ttf") format("truetype");
 }
 
 @font-face {
-    font-family: 'code', monospace;
+    font-family: 'code';
     src: url("./code.ttf") format("truetype");
 }
 
 @font-face {
-    font-family: 'handnotes', monospace;
+    font-family: 'handnotes';
     src: url("./handnotes.ttf") format("truetype");
 }
 
 @font-face {
-    font-family: 'typewriter', monospace;
+    font-family: 'typewriter';
     src: url("./typewriter.ttf") format("truetype");
 }
 
 body {
-  font-family: text;
+  font-family: text, monospace;
   max-width: 1024px;
   padding: 20px 20px;
   margin: 20px auto;
@@ -87,7 +87,7 @@ img {
 }
 
 pre {
-  font-family: code;
+  font-family: code, monospace;
   padding: 0;
   overflow-x: auto;
   scrollbar-width: none;
@@ -101,7 +101,7 @@ pre {
 }
 
 span.inlinecode {
-  font-family: code;
+  font-family: code, monospace;
   border: 1px solid #000000;
   padding: 1px;
   color: grey;
diff --git a/uptime-stats.html b/uptime-stats.html
index 6f74a7d9..a59cae1e 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -10,7 +10,7 @@
 
 

My machine uptime stats



-This site was last updated at 2024-04-03T23:48:11+03:00
+This site was last updated at 2024-04-03T23:50:16+03:00

The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

-- cgit v1.2.3