7 lines
86 B
CSS
7 lines
86 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui";
|
|
|
|
|
|
* {
|
|
font-family: Roboto, sans-serif;
|
|
} |