Skip to content

Commit

Permalink
refactor: url font imports have been fixed in tailwindcss v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Feb 2, 2025
1 parent aa963d7 commit 70a0234
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap") layer(base);
@import "tailwindcss";
@plugin "./plugins/text-shadow.ts";
@plugin "./plugins/themes.ts";
Expand Down
1 change: 0 additions & 1 deletion src/fonts.css

This file was deleted.

1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import { Toaster, toast } from "svelte-sonner";
import { writable } from "svelte/store";
import "../app.css";
import "../fonts.css";
const position = writable<ToasterProps["position"]>("bottom-right");
const theme = writable<ToasterProps["theme"]>("dark");
Expand Down

0 comments on commit 70a0234

Please sign in to comment.