Files
laranode/resources/css/app.css
Alex Crivion bb75e3a42b initial commit
2025-01-31 14:04:22 +02:00

9 lines
148 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
/* font-family: "Inter", sans-serif; */
font-family: "Satoshi-Medium";
}