diff --git a/backend/core/static/css/index.css b/backend/core/static/css/index.css index d931954..e54a45b 100644 --- a/backend/core/static/css/index.css +++ b/backend/core/static/css/index.css @@ -2,6 +2,14 @@ body { font-family: "Darker Grotesque", sans-serif; font-size: x-large; } +.navbar, .navbar * { + font-family: "Darker Grotesque", sans-serif !important; +} + +.navbar-brand h1{ + padding: 0 2rem; + font-weight: 900; +} .btn-primary-orn { margin: 0 auto; diff --git a/backend/core/templates/base.html b/backend/core/templates/base.html index 51b8edf..f533059 100644 --- a/backend/core/templates/base.html +++ b/backend/core/templates/base.html @@ -16,7 +16,7 @@