refactor: Update font-family to Arimo and add font-weight and font-style for consistent styling
This commit is contained in:
parent
8b2e2baeb4
commit
d32f133f35
@ -5,7 +5,9 @@
|
||||
}
|
||||
|
||||
.arimo {
|
||||
font-family: "Arimo", sans-serif !important;
|
||||
font-family: "Arimo", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@tailwind base;
|
||||
|
Loading…
x
Reference in New Issue
Block a user