From 4c8dda6864ff3a7f25631a96b835fba9bb880f4d Mon Sep 17 00:00:00 2001 From: Jim Phillips Date: Wed, 11 Jan 2017 01:18:36 -0500 Subject: [PATCH] Add css for span.display-font to use Big John font --- .../thepoliticalsage/assets/styles/base/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/app/themes/thepoliticalsage/assets/styles/base/_typography.scss b/web/app/themes/thepoliticalsage/assets/styles/base/_typography.scss index 75f260a..e1df622 100644 --- a/web/app/themes/thepoliticalsage/assets/styles/base/_typography.scss +++ b/web/app/themes/thepoliticalsage/assets/styles/base/_typography.scss @@ -69,6 +69,10 @@ font-weight: _font(weight-bold); } + span.display-font { + font-family: _font(family-display); + } + em, i { font-style: italic; }