From 694fa1de501411c6c13a8b38f0f8b34efb39b0fb Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Sun, 25 Oct 2020 19:22:46 +0530 Subject: [PATCH] Update nav.css --- frontend/src/components/css/nav.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}