9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
/* Write your global styles here, in PostCSS syntax */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
* {
|
|
font-family: "Prompt";
|
|
}
|