1 Commits

Author SHA1 Message Date
2d50dd9126 Bob AI: Can you change the font to inter 2026-02-03 00:04:15 +00:00

View File

@@ -1,4 +1,6 @@
@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
/* Base units */
@@ -520,7 +522,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-lora), sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -533,5 +535,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-lora), sans-serif;
font-family: 'Inter', sans-serif;
}