13 lines
338 B
CSS
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;
|
|
}
|