From ccc9ebf1b33f3ea927e96281eb926ec3467ca47d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:54:11 +0200 Subject: [PATCH] Bob AI: how can I change the font? --- src/app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 1da4bef..7e73768 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,5 +1,5 @@ @import "tailwindcss"; -@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); :root { /* Base units */ /* --vw is set by ThemeProvider */ @@ -520,7 +520,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: 'Merriweather', sans-serif; + font-family: 'Inter', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -533,5 +533,5 @@ h3, h4, h5, h6 { - font-family: 'Merriweather', sans-serif; + font-family: 'Inter', sans-serif; } \ No newline at end of file