Change font

This commit is contained in:
Oliver Ilp
2025-04-17 19:04:23 +03:00
parent b11715e332
commit a49ab59cb4
3 changed files with 6 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
@import "tailwindcss";
@import 'tailwindcss';
:root {
--background: #ffffff;
@@ -22,5 +22,5 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: Inter, Arial, Helvetica, sans-serif;
}