From d2ca90b24d1a7a06682209f4c0bbd5dc9b3ef4f4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:57:42 +0200 Subject: [PATCH] Bob AI: switch to serif 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 c89fa00..c1d5a38 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=Roboto:wght@300;400;500;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Merriweather: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: 'Roboto', sans-serif; + font-family: 'Merriweather', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -533,5 +533,5 @@ h3, h4, h5, h6 { - font-family: 'Roboto', sans-serif; + font-family: 'Merriweather', sans-serif; } \ No newline at end of file