From c3170534e79ce0a481d0e8b748ba02a77124cfdb Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 17:13:06 +0100 Subject: website-nextjs --- 174bg/website-nextjs/src/app/layout.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 174bg/website-nextjs/src/app/layout.css (limited to '174bg/website-nextjs/src/app/layout.css') diff --git a/174bg/website-nextjs/src/app/layout.css b/174bg/website-nextjs/src/app/layout.css new file mode 100644 index 0000000..030d913 --- /dev/null +++ b/174bg/website-nextjs/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