parent
131df9f7e1
commit
29a6b544ad
1 changed files with 6 additions and 3 deletions
|
@ -1,19 +1,23 @@
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@plugin "@tailwindcss/typography";
|
@plugin "@tailwindcss/typography";
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-sans: "Ubuntu", "sans-serif";
|
--font-sans: "Ubuntu", "sans-serif";
|
||||||
--font-serif: "Ubuntu", "sans-serif";
|
--font-serif: "Ubuntu", "sans-serif";
|
||||||
--font-mono: "Ubuntu Mono", "monospace";
|
--font-mono: "Ubuntu Mono", "monospace";
|
||||||
}
|
}
|
||||||
|
|
||||||
@plugin "@iconify/tailwind4";
|
@plugin "@iconify/tailwind4";
|
||||||
|
|
||||||
@plugin "daisyui" {}
|
@plugin "daisyui" {}
|
||||||
|
|
||||||
@plugin "daisyui/theme" {
|
@plugin "daisyui/theme" {
|
||||||
name: "swablab";
|
name: "swablab";
|
||||||
default: true;
|
default: true;
|
||||||
prefersdark: true;
|
prefersdark: true;
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
|
||||||
|
--color-base-content: white;
|
||||||
--color-base-100: "#171717";
|
--color-base-100: "#171717";
|
||||||
--color-base-200: "#262626";
|
--color-base-200: "#262626";
|
||||||
--color-base-300: "#404040";
|
--color-base-300: "#404040";
|
||||||
|
@ -40,8 +44,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-weight: 100 800;
|
font-weight: 100 800;
|
||||||
src: url(@fontsource-variable/ubuntu-sans/files/ubuntu-sans-latin-wght-normal.woff2)
|
src: url(@fontsource-variable/ubuntu-sans/files/ubuntu-sans-latin-wght-normal.woff2) format("woff2-variations");
|
||||||
format("woff2-variations");
|
|
||||||
unicode-range:
|
unicode-range:
|
||||||
U+0000-00FF,
|
U+0000-00FF,
|
||||||
U+0131,
|
U+0131,
|
||||||
|
@ -63,4 +66,4 @@
|
||||||
U+2215,
|
U+2215,
|
||||||
U+FEFF,
|
U+FEFF,
|
||||||
U+FFFD;
|
U+FFFD;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue