refactor: Update font-family to Arimo for better readability and consistency

This commit is contained in:
n4ze3m
2024-06-10 20:47:20 +05:30
parent dc5ccd43ca
commit 8b2e2baeb4
8 changed files with 22 additions and 34 deletions

BIN
src/assets/fonts/Arimo.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,25 +1,19 @@
@font-face {
font-family: "Inter";
src: url("inter.ttf") format("truetype");
font-family: "Arimo";
src: url("fonts/Arimo.ttf");
font-display: swap;
}
@font-face {
font-family: "Onest";
src: url("onest.ttf") format("truetype");
}
.inter {
font-family: "Inter", sans-serif !important;
}
.onest {
font-family: "Onest", sans-serif !important;
.arimo {
font-family: "Arimo", sans-serif !important;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
.ant-select-selection-search-input {
border: none !important;
box-shadow: none !important;