Use coollabs fonts instead
This commit is contained in:
parent
f3d6673041
commit
b6b84cb09d
1 changed files with 2 additions and 3 deletions
|
@ -58,9 +58,8 @@
|
|||
(link :rel "icon" :type "image/x-icon" :href "/img/favicon.ico")
|
||||
(link :rel "apple-touch-icon" :href "/img/favicon.ico")
|
||||
(link :rel "stylesheet" :href (bust-cache "/style/dist.css"))
|
||||
(link :rel "preconnect" :href "https://fonts.googleapis.com")
|
||||
(link :rel "preconnect" :href "https://fonts.gstatic.com" :crossorigin t)
|
||||
(link :rel "stylesheet" :href "https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap")
|
||||
(link :rel "preconnect" :href "https://api.fonts.coollabs.io")
|
||||
(link :rel "stylesheet" :href "https://api.fonts.coollabs.io/css2?family=Noto+Sans+JP&display=swap")
|
||||
(script :src "https://cdn.jsdelivr.net/npm/htmx.org@2.0.0/dist/htmx.min.js")
|
||||
(script :src "https://cdn.jsdelivr.net/npm/htmx-ext-head-support@2.0.0/head-support.min.js")
|
||||
(script :src "https://cdn.jsdelivr.net/npm/htmx-ext-response-targets@2.0.0/response-targets.min.js")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue