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 @@