minor fixes

This commit is contained in:
Pagwin 2025-01-22 20:46:08 -05:00
parent c46332a94f
commit f3eb133d0e
No known key found for this signature in database
GPG key ID: 81137023740CA260
3 changed files with 9 additions and 3 deletions

1
notes
View file

@ -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

View file

@ -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;

View file

@ -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();