Files
tout-doux/resources/css/style.css
T
klemek 73067f51ce
TS Lint / ESLint (push) Failing after 38s
TS Lint / Oxlint (push) Successful in 42s
TS Lint / TypeScript (push) Successful in 43s
feat: basic ui and workflow
2026-07-06 00:22:46 +02:00

13 lines
338 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");
@import "tailwindcss";
@plugin "daisyui" {
themes: cupcake --default;
}
body {
font-family: "Sour Gummy", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings: "wdth" 100;
}