From f3eb133d0e435ec1b470976173c4d7ee2b12557a Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 22 Jan 2025 20:46:08 -0500 Subject: [PATCH] minor fixes --- notes | 1 + static/css/layout.css | 9 +++++++-- static/js/sw.js => sw.js | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) rename static/js/sw.js => sw.js (95%) diff --git a/notes b/notes index 92ec837..9d14436 100644 --- a/notes +++ b/notes @@ -6,6 +6,7 @@ https://web.dev/articles/optimize-webfont-loading noted fonts: Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono +Londrina Solid "Averia Serif Libre",cursive Architects Daughter https://fonts.google.com/specimen/Architects+Daughter Courier New diff --git a/static/css/layout.css b/static/css/layout.css index 39ab7a1..7467c46 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -1,4 +1,10 @@ -@layer pre-load, baseline, print; +@layer pre-load, baseline, overload-1, print; + +@layer overload-1{ +dt{ + font-weight:normal; +} +} @layer baseline { @@ -76,7 +82,6 @@ footer { dt { font-family: "Courier Prime", Georgia, serif; - text-overflow: ellipsis; white-space: nowrap; overflow:hidden; diff --git a/static/js/sw.js b/sw.js similarity index 95% rename from static/js/sw.js rename to sw.js index 778550b..88aacff 100644 --- a/static/js/sw.js +++ b/sw.js @@ -1,7 +1,7 @@ "use strict"; // used so I can prompt updates to the service worker -const version = "09-01-2025"; +const version = "22-01-2025"; const cache = new Cache();