From 75fa3c42f1fa25a38faf6a2f26f2010aa03690de Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Thu, 12 Jan 2017 14:02:11 -0500 Subject: [PATCH] updated typeface to sans-serif --- themes/custom/assets/css/bootstrap.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/custom/assets/css/bootstrap.css b/themes/custom/assets/css/bootstrap.css index 0e2c3f4..15459c7 100644 --- a/themes/custom/assets/css/bootstrap.css +++ b/themes/custom/assets/css/bootstrap.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); /*! * bootswatch v3.3.7 * Homepage: http://bootswatch.com @@ -1087,7 +1087,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: Georgia, "Times New Roman", Times, serif; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-size: 15px; line-height: 1.42857143; color: #777777; @@ -1189,8 +1189,8 @@ h6, .h4, .h5, .h6 { - font-family: "News Cycle", "Arial Narrow Bold", sans-serif; - font-weight: 700; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-weight: 300; line-height: 1.1; color: #000000; } @@ -5996,7 +5996,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: Georgia, "Times New Roman", Times, serif; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -6114,7 +6114,7 @@ button.close { display: none; max-width: 276px; padding: 1px; - font-family: Georgia, "Times New Roman", Times, serif; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; @@ -6767,7 +6767,7 @@ button.close { .navbar { font-size: 18px; font-family: "News Cycle", "Arial Narrow Bold", sans-serif; - font-weight: 700; + font-weight: 500; } .navbar-default .badge { background-color: #000; @@ -6844,8 +6844,8 @@ button.close { .jumbotron h4, .jumbotron h5, .jumbotron h6 { - font-family: "News Cycle", "Arial Narrow Bold", sans-serif; - font-weight: 700; + font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-weight: 600; color: #000; } .panel-primary .panel-title,