diff --git a/src/app/globals.css b/src/app/globals.css index be5dc91..c89fa00 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=Inter: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: 'Inter', 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: 'Inter', sans-serif; + font-family: 'Roboto', sans-serif; } \ No newline at end of file