EZPPLauncher/src/app.pcss
2024-01-09 13:10:37 +01:00

9 lines
146 B
Plaintext

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