This commit is contained in:
2024-01-22 16:31:52 +05:00
parent da5e42d5f6
commit 12cfc15a2b
16 changed files with 190 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: "Manrope", sans-serif;
}