print stylesheet adjustment

This commit is contained in:
Pagwin 2025-06-05 14:10:47 -04:00
parent 6cb55d904c
commit a59a731eda
2 changed files with 6 additions and 0 deletions

1
notes
View file

@ -11,6 +11,7 @@ Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
Iosevka https://typeof.net/Iosevka/ Iosevka https://typeof.net/Iosevka/
Londrina Solid Londrina Solid
"Averia Serif Libre",cursive "Averia Serif Libre",cursive
https://fonts.google.com/specimen/Texturina
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
Courier New Courier New
Gloock https://fonts.google.com/specimen/Gloock Gloock https://fonts.google.com/specimen/Gloock

View file

@ -276,5 +276,10 @@ pre {
.socials { .socials {
display: none; display: none;
} }
/* https://piccalil.li/blog/printing-the-web-making-webpages-look-good-on-paper */
a[href]:after {
content: " (" attr(href) ")";
}
} }
} }