refactor: Update font-family to Arimo and add font-weight and font-style for consistent styling

This commit is contained in:
n4ze3m 2024-06-10 21:03:49 +05:30
parent 8b2e2baeb4
commit d32f133f35

View File

@ -5,7 +5,9 @@
}
.arimo {
font-family: "Arimo", sans-serif !important;
font-family: "Arimo", sans-serif;
font-weight: 400;
font-style: normal;
}
@tailwind base;