diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 17:13:06 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-28 17:13:06 +0100 |
| commit | c3170534e79ce0a481d0e8b748ba02a77124cfdb (patch) | |
| tree | e10cfd2c2a17995bcb7449c0c4bbb2bd03c11789 /174bg/website-nextjs/src/app/layout.css | |
| parent | 150d8cca4c6b1c8e5d129b69c6b283535bbb1333 (diff) | |
| download | unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.gz unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.bz2 unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.xz unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.zip | |
website-nextjs
Diffstat (limited to '174bg/website-nextjs/src/app/layout.css')
| -rw-r--r-- | 174bg/website-nextjs/src/app/layout.css | 7 |
1 files changed, 7 insertions, 0 deletions
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"; +} |
