diff --git a/src/fmg-components/funnel-footer/funnel-footer.vue b/src/fmg-components/funnel-footer/funnel-footer.vue index a195c446b..572bed1ee 100644 --- a/src/fmg-components/funnel-footer/funnel-footer.vue +++ b/src/fmg-components/funnel-footer/funnel-footer.vue @@ -75,17 +75,11 @@ export default { :deep(a) { text-decoration: none; - &.new-window-link { - font-family: Urbanist, Arial, Helvetica, sans-serif; - margin: 0 0.75rem; - color: $gray-600; - font-weight: 400; - } + &.new-window-link, &.navigation-link { - font-family: Urbanist, Arial, Helvetica, sans-serif; + font-family: UrbanistRegular, Arial, Helvetica, sans-serif; margin: 0 0.75rem; color: $gray-600; - font-weight: 400; } } diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 21c16d80b..955d106b5 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -986,8 +986,9 @@ export default { } } } -:deep(span.label) { - font-weight: 600; +:deep(span.label), +:deep(span) { + font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; } :deep(div.service-questions span) { color: $black; diff --git a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue index 8bb7e921a..959c7345e 100644 --- a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue +++ b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue @@ -294,12 +294,11 @@ export default { .pricing-info .insurance-pricing span { font-size: 0.875rem; - font-family: Urbanist, Arial, Helvetica, sans-serif; - font-weight: 500; + font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; } p { - font-family: Urbanist, Arial, Helvetica, sans-serif; + font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; display: flex; justify-content: space-between; align-items: center; @@ -312,7 +311,6 @@ export default { color: $green; font-size: 0.875rem; font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; - font-weight: 600; @include media-breakpoint-up(md) { position: absolute; bottom: 0.75rem; diff --git a/src/layouts/schedule/shop-location/shop-location.vue b/src/layouts/schedule/shop-location/shop-location.vue index 33ec097e8..f22436eda 100644 --- a/src/layouts/schedule/shop-location/shop-location.vue +++ b/src/layouts/schedule/shop-location/shop-location.vue @@ -109,10 +109,10 @@ export default { border-radius: $border-radius-pill; a { + font-family: UrbanistSemibold; display: inline-block; text-decoration: none; color: $white; - font-weight: $font-weight-600; line-height: 1.5rem; padding: 0.75rem 3rem; } diff --git a/src/ux-components/button-main/button-main.vue b/src/ux-components/button-main/button-main.vue index f5db583bb..87eb28841 100644 --- a/src/ux-components/button-main/button-main.vue +++ b/src/ux-components/button-main/button-main.vue @@ -63,13 +63,13 @@ export default {