From b691684c09582e89aa5e525bceafe390033c88b2 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 18 Feb 2021 17:41:57 +0200 Subject: [PATCH] fix --- src/assets/scss/main.scss | 8 ++++++-- src/components/custom/sections/CallToAction.vue | 2 +- src/index.html | 14 ++++++++------ src/layouts/Default.vue | 5 ----- src/pages/Index.vue | 8 -------- 5 files changed, 15 insertions(+), 22 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 3672a8c4e..b16499d2a 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -11,8 +11,12 @@ blockquote { } } -body h2 { - font-family: Futura Book font; +body h2{ + font-family: 'Roboto', sans-serif; +} + +body p{ + font-family: 'Roboto', sans-serif; } .act-link { diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index f1320f5ea..bbc999139 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -1,5 +1,5 @@