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:
|
noted fonts:
|
||||||
Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
|
Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
|
||||||
|
Londrina Solid
|
||||||
"Averia Serif Libre",cursive
|
"Averia Serif Libre",cursive
|
||||||
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
|
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
|
||||||
Courier New
|
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 {
|
@layer baseline {
|
||||||
|
|
||||||
|
@ -76,7 +82,6 @@ footer {
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-family: "Courier Prime", Georgia, serif;
|
font-family: "Courier Prime", Georgia, serif;
|
||||||
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// used so I can prompt updates to the service worker
|
// used so I can prompt updates to the service worker
|
||||||
const version = "09-01-2025";
|
const version = "22-01-2025";
|
||||||
|
|
||||||
const cache = new Cache();
|
const cache = new Cache();
|
||||||
|
|
Loading…
Reference in a new issue