Add NotoSansJP font

This commit is contained in:
Akira Tempaku 2024-04-12 16:59:11 +09:00
commit 507135fee2
6 changed files with 17 additions and 11 deletions
src/components/global

View file

@ -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"