⚙️ chore (style): remove redundant font-family from body

This commit is contained in:
Abizrh
2025-08-08 14:53:28 +07:00
parent 992c54fcd5
commit 9cf1ab7550
-1
View File
@@ -164,7 +164,6 @@
body {
background-color: hsl(var(--background));
color: hsl(var(--foreground));
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.5;
margin: 0;
}