diff --git a/tailwind.config.ts b/tailwind.config.ts index 01131c5..f00ad4f 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -21,6 +21,28 @@ const config: Config = { ], theme: { extend: { + screens: { + nav: "970px", + }, + fontFamily: { + sans: [ + "ui-sans-serif", + "system-ui", + "sans-serif", + '"Noto Sans SC"', + '"Noto Sans TC"', + '"Noto Sans JP"', + '"Noto Sans KR"', + '"PingFang SC"', + '"Microsoft YaHei"', + '"Hiragino Sans"', + '"Apple SD Gothic Neo"', + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + "Noto Color Emoji", + ], + }, colors: { primary: { DEFAULT: "#7aa2f7", diff --git a/templates/header.templ b/templates/header.templ index af38bf7..a52d6bc 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -23,7 +23,7 @@ templ Header(user User, currentPath string) { - -
+