minor fixes
This commit is contained in:
parent
c46332a94f
commit
f3eb133d0e
3 changed files with 9 additions and 3 deletions
1
notes
1
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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
Loading…
Reference in a new issue