Add NotoSansJP font
This commit is contained in:
parent
dfc3b1f663
commit
507135fee2
6 changed files with 17 additions and 11 deletions
src/components/global
|
@ -13,6 +13,9 @@
|
|||
(script :src "/js/alpine.js" :defer t)
|
||||
(link :rel "stylesheet" :type "text/css" :href "/style/ress.css")
|
||||
(link :rel "stylesheet" :type "text/css" :href "/style/global.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:wght@400;700&display=swap")
|
||||
(title (format nil "~@[~a - ~]skyizwhite.dev" title))
|
||||
(meta
|
||||
:name "description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue