* Eliminate Flickr because of cookieless browsing experience (#35)

* Change font to "Inter" locally (#36)
This commit is contained in:
Stephan Hadan 2025-02-11 22:13:19 +01:00
parent 11fb74565b
commit 7f3307cb47
44 changed files with 199 additions and 7 deletions

View file

@ -5,7 +5,8 @@
/* Page */
body {
font: 16px/24px "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif;
/* font: 16px/24px "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif; */
font: 16px/24px "InterDisplay", sans-serif;
line-height: 24px;
background-color: var(--joshin-elevation-0);
}