style: update font-family for improved typography consistency

This commit is contained in:
Anoop M D
2025-03-18 21:15:13 +05:30
parent 039c157f33
commit 4d0c44dae7

View File

@@ -145,7 +145,7 @@ body {
font-kerning: none;
text-rendering: optimizeSpeed;
letter-spacing: normal;
font-family: Inter, sans-serif !important;
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
overflow-x: hidden;
}