From 049d9ad66a168e6eaa2e327a2be418f224ec45f3 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 6 Apr 2021 13:27:37 +0200 Subject: [PATCH] fix font --- src/assets/scss/main.scss | 5 +++++ src/components/AppListItem.vue | 4 ++-- src/components/custom/sections/CallToAction.vue | 6 +++--- .../marketing/sections/cta-sections/ShowcaseProducts.vue | 4 ++-- .../sections/cta-sections/ShowcaseProductsHome.vue | 2 +- .../sections/team-sections/grid_with_large_round_images.vue | 4 ++-- src/index.html | 3 +-- 7 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index fed7a0267..555a26d7c 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -11,6 +11,11 @@ blockquote { } } + +body { + font-family: 'Lato', sans-serif; +} + body h2 { font-family: 'Lato', sans-serif; } diff --git a/src/components/AppListItem.vue b/src/components/AppListItem.vue index 8ee49f1cd..c80437351 100644 --- a/src/components/AppListItem.vue +++ b/src/components/AppListItem.vue @@ -1,11 +1,11 @@