From eefecd88fb5e08534a5f8bd23742f12c0dca4fc5 Mon Sep 17 00:00:00 2001 From: Codewithme-25 Date: Wed, 26 Oct 2022 19:43:34 +0530 Subject: [PATCH] refactored footer font --- css/faq.css | 2 +- css/index.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/faq.css b/css/faq.css index 4ed9359..1ba0a51 100644 --- a/css/faq.css +++ b/css/faq.css @@ -20,7 +20,7 @@ } body { - font: 16px 'Roboto', sans-serif; + font-family: 'Roboto', sans-serif; position: relative; background-color: var(--color-bg); } diff --git a/css/index.css b/css/index.css index 09e5595..9a7a175 100644 --- a/css/index.css +++ b/css/index.css @@ -20,7 +20,7 @@ body { box-sizing: border-box; - font-family: 'raleway'; + font-family: 'Roboto', sans-serif; background-color: var(--color-bg); } @@ -263,6 +263,7 @@ iframe { footer { text-align: center; padding: 20px; + font: 16px 'Roboto', sans-serif; } @media (max-width: 1250px) {