1 Commits

Author SHA1 Message Date
6cba11334f Bob AI: Can you change the font to something more ufn 2026-02-02 16:49:08 +00:00

View File

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