diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 722e31367..68313866f 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -30,10 +30,10 @@ h1, h2 { font-family: "Roboto", sans-serif !important; } +// tft page .tft_section h2{ font-family: 'Oswald', sans-serif !important; } - .tft_subtitle{ font-family: 'Oswald', sans-serif; font-weight: 400 !important; diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 6891127b5..60934dabd 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -227,49 +227,51 @@ -
+

{{ cta.title }}

-
+
@@ -257,17 +257,13 @@

{{ brand.title }} @@ -275,7 +271,7 @@ brand.subtitle }}

-
+
{{ button }}{{ button }}
-
-

{{ card.title }}

-
+
+

{{ card.title }}

+
{{ card.button }} @@ -28,14 +33,19 @@ v-else :href="card.link" class=" - bg-blue-900 + inline-block + bg-gray-900 + text-xl learn-button - hover:bg-blue-700 + hover:bg-gray-800 text-gray-100 - px-5 - py-3 - font-semibold - rounded + px-16 + py-1 + mb-4 + shadow + rounded-full + tft_subtitle + tracking-wide " >{{ card.button }}