From a6d627388a463a15882adf8802b9774102faf2ca Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 23:45:58 +0200 Subject: [PATCH] Bob AI: change font to Roboto --- 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 2e89760..dca6842 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=Roboto:wght@300;400;500;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: 'Roboto', 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: 'Roboto', sans-serif; } \ No newline at end of file