diff --git a/content/2025/demo.md b/content/2025/demo.md deleted file mode 100644 index 8e958d9..0000000 --- a/content/2025/demo.md +++ /dev/null @@ -1,3 +0,0 @@ - -# Hello Gophers 🤖 -*(Markdown‑Inhalt)* diff --git a/content/2025/test - Kopie.md b/content/2025/test - Kopie.md deleted file mode 100644 index 3b68a38..0000000 --- a/content/2025/test - Kopie.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Hello Markdown 🌟 - -Dies ist *kursiv*, **fett** und ein [Link](https://example.com). diff --git a/content/2025/test.md b/content/2025/test.md deleted file mode 100644 index b1e657a..0000000 --- a/content/2025/test.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Hello Markdown 🌟 - -Dies ist *kursiv*, **fett** und ein [Link](https://example.com). diff --git a/internal/web/static/fonts/FiraCode-VF.woff2 b/internal/web/static/fonts/FiraCode-VF.woff2 new file mode 100644 index 0000000..e755a9d Binary files /dev/null and b/internal/web/static/fonts/FiraCode-VF.woff2 differ diff --git a/internal/web/static/fonts/InterVariable.woff2 b/internal/web/static/fonts/InterVariable.woff2 new file mode 100644 index 0000000..5a8d3e7 Binary files /dev/null and b/internal/web/static/fonts/InterVariable.woff2 differ diff --git a/internal/web/static/main.css b/internal/web/static/main.css index 4f020c3..4e7cb9c 100644 --- a/internal/web/static/main.css +++ b/internal/web/static/main.css @@ -1,3 +1,19 @@ +/* ---------- Local Web‑Fonts ---------- */ +@font-face { + font-family: "Fira Code"; + src: url("/static/fonts/FiraCode-VariableFont.woff2") format("woff2"); + font-weight: 400 700; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("/static/fonts/Inter-VariableFont.woff2") format("woff2"); + font-weight: 100 900; + font-style: normal; + font-display: swap; +} + /* ---------- Farbpalette ---------- */ :root { /* Light theme */ @@ -14,7 +30,7 @@ --gap: 2rem; --shadow: 0 4px 16px rgba(0,0,0,.08); font-size: 16px; - font-family: "Inter", system-ui, "Segoe UI", Roboto, sans-serif; + font-family: "Inter", system-ui, sans-serif; color-scheme: light; } diff --git a/internal/web/templates/base.html b/internal/web/templates/base.html index 7e18e69..5e55219 100644 --- a/internal/web/templates/base.html +++ b/internal/web/templates/base.html @@ -6,11 +6,6 @@ {{ block "title" . }}B1tsblog{{ end }} - - - - -