Skip to content
Snippets Groups Projects
Commit 8100246f authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4695: using the global variable for fonts in banner instead

parent 0ad283bc
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!56Feature/istwcms 4695 ebremner theme banners
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.sub-title { .sub-title {
color: $uw-white; color: $uw-white;
font-family: gesso-font-family('condensedbook'); font-family: $header-font-family;
} }
} }
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
a { a {
color: $uw-gold; color: $uw-gold;
font-family: gesso-font-family('condensedbook'); font-family: $header-font-family;
font-weight: 400; font-weight: 400;
letter-spacing: .045rem; letter-spacing: .045rem;
text-align: center; text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment