EZPPLauncher/src/app.pcss

9 lines
146 B
Plaintext

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