diff --git a/frontend/src/components/css/nav.css b/frontend/src/components/css/nav.css index ece7cbf..3797a1b 100644 --- a/frontend/src/components/css/nav.css +++ b/frontend/src/components/css/nav.css @@ -72,7 +72,7 @@ text-decoration: none; color: white; font-size: 18px; - font-family: 'Ubuntu', sans-serif; + font-family: 'Century Gothic', sans-serif; } .listdesign:hover{ color: gray; @@ -103,10 +103,10 @@ outline: none; cursor: pointer; font-size: 18px; - font-family: 'Ubuntu', sans-serif; + font-family: 'Century Gothic', sans-serif; } .btn-small{ padding: 3px 10px; vertical-align: middle; font-size: 15px; -} \ No newline at end of file +}