From 8100246f98ba68485736e3f5e48478bbe68b186a Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Tue, 1 Jun 2021 16:21:13 -0400 Subject: [PATCH] ISTWCMS-4695: using the global variable for fonts in banner instead --- .../04-components/card/card--banner/_card--banner.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_patterns/04-components/card/card--banner/_card--banner.scss b/source/_patterns/04-components/card/card--banner/_card--banner.scss index b7628aeb..c088c390 100644 --- a/source/_patterns/04-components/card/card--banner/_card--banner.scss +++ b/source/_patterns/04-components/card/card--banner/_card--banner.scss @@ -21,7 +21,7 @@ .sub-title { color: $uw-white; - font-family: gesso-font-family('condensedbook'); + font-family: $header-font-family; } } @@ -35,7 +35,7 @@ a { color: $uw-gold; - font-family: gesso-font-family('condensedbook'); + font-family: $header-font-family; font-weight: 400; letter-spacing: .045rem; text-align: center; -- GitLab