add fonts + fix paddings

This commit is contained in:
Salam-vsem
2025-05-13 17:59:34 +03:00
parent f59c0085a3
commit 1f0a5d6768
9 changed files with 26 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -8,7 +9,7 @@
}
html {
font-family: system-ui, sans-serif;
font-family: 'Inter', system-ui, sans-serif;
scroll-behavior: smooth;
}