You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
351 B
10 lines
351 B
/* You can add global styles to this file, and also import other style files */
|
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,700&display=swap");
|
|
@import "tailwindcss";
|
|
@import "flowbite/src/themes/default";
|
|
@plugin "flowbite/plugin";
|
|
@source "../node_modules/flowbite";
|
|
|
|
@theme {
|
|
--font-ubuntu: "Ubuntu", sans-serif;
|
|
} |