* Eliminate Flickr because of cookieless browsing experience (#35)
* Change font to "Inter" locally (#36)
This commit is contained in:
parent
11fb74565b
commit
7f3307cb47
44 changed files with 199 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue