From 24a505d2f7c47b837d4ada2569576af594975fce Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 19:23:44 +0100 Subject: website w/ docker! --- 174bg/website/src/app/layout.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 174bg/website/src/app/layout.css (limited to '174bg/website/src/app/layout.css') diff --git a/174bg/website/src/app/layout.css b/174bg/website/src/app/layout.css new file mode 100644 index 0000000..030d913 --- /dev/null +++ b/174bg/website/src/app/layout.css @@ -0,0 +1,7 @@ +@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap"); + +@import "tailwindcss"; + +body { + font-family: "Sora"; +} -- cgit v1.2.3