404; css: remove font & @media all

This commit is contained in:
dongdigua 2024-11-24 08:31:47 +08:00
parent f82825ae5b
commit d60172ad23
2 changed files with 274 additions and 283 deletions

View File

@ -16,7 +16,7 @@ a { color: #BAD7FF; }
<h1>404 Not Found</h1>
<hr>
<address>Your attempt is logged and sent to C.I.A., G.F.W., K.G.B. and S.I.S.<br>
Expect a visit soon.
Expect a visit soon!
</address>
<!--
I forgot where those words came from.

View File

@ -2,15 +2,8 @@
https://github.com/rgb-24bit/org-html-theme-list org-joshua
*/
@font-face { /* FROM https://jabberwocky.ca */
font-family: Recursive;
src: url(https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk317tQ0.woff2)
}
@media all
{
body {
font-family: "Recursive", "Source Serif", Arial, sans-serif !important;
font-family: Inter, "Source Serif", Arial, sans-serif !important;
font-size: 18px;
/* line-height: 21px; */
/* FROM https://github.com/ZenLian/ZenLian.github.io/blob/zola/themes/cattery/static/css/style.css */
@ -23,7 +16,6 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua
}
body .title {
margin-left: 0;
font-family: Recursive,serif;
}
#org-div-home-and-up {
@ -319,7 +311,6 @@ https://github.com/rgb-24bit/org-html-theme-list org-joshua
margin: .7em;
}
} /* END OF @media all */