From ad29ec007500da2ceedfd10c4e0e30307f41a020 Mon Sep 17 00:00:00 2001 From: Egor Kharitonov Date: Thu, 22 Jan 2026 15:53:20 -0500 Subject: [PATCH] feat: change to montserrat font --- index.html | 3 +++ src/App.css | 1 + 2 files changed, 4 insertions(+) diff --git a/index.html b/index.html index 50a89e6..124349f 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,9 @@ + + +
diff --git a/src/App.css b/src/App.css index 4c1c7e1..47c5fb8 100644 --- a/src/App.css +++ b/src/App.css @@ -17,6 +17,7 @@ body { margin: 0; padding: 0; overflow-x: hidden; + font-family: 'Montserrat', sans-serif; } /* Custom scrollbar styling */