* 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
|
@ -25,6 +25,9 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.BaseURL }}favicon-16x16.png">
|
||||
<link rel="manifest" href="{{ .Site.BaseURL }}site.webmanifest">
|
||||
|
||||
<link rel="preconnect" href="{{.Site.BaseURL}}">
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}/fonts/inter.css">
|
||||
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}css/joshin-color-palette.css" media="screen" charset="utf-8" />
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}css/joshin-color-light.css" media="screen" charset="utf-8" />
|
||||
{{ if .Site.Params.EnablePreferredDarkAppearance }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue