mirror of
https://github.com/crivion/laranode.git
synced 2026-05-23 04:39:29 +08:00
9 lines
148 B
CSS
9 lines
148 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
/* font-family: "Inter", sans-serif; */
|
|
font-family: "Satoshi-Medium";
|
|
}
|