updated typeface to sans-serif

This commit is contained in:
Vicky Steeves 2017-01-12 14:02:11 -05:00
parent 0d60b7e0f3
commit 75fa3c42f1
1 changed files with 9 additions and 9 deletions

View File

@ -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 * bootswatch v3.3.7
* Homepage: http://bootswatch.com * Homepage: http://bootswatch.com
@ -1087,7 +1087,7 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: Georgia, "Times New Roman", Times, serif; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-size: 15px; font-size: 15px;
line-height: 1.42857143; line-height: 1.42857143;
color: #777777; color: #777777;
@ -1189,8 +1189,8 @@ h6,
.h4, .h4,
.h5, .h5,
.h6 { .h6 {
font-family: "News Cycle", "Arial Narrow Bold", sans-serif; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-weight: 700; font-weight: 300;
line-height: 1.1; line-height: 1.1;
color: #000000; color: #000000;
} }
@ -5996,7 +5996,7 @@ button.close {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
font-family: Georgia, "Times New Roman", Times, serif; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
letter-spacing: normal; letter-spacing: normal;
@ -6114,7 +6114,7 @@ button.close {
display: none; display: none;
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
font-family: Georgia, "Times New Roman", Times, serif; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
letter-spacing: normal; letter-spacing: normal;
@ -6767,7 +6767,7 @@ button.close {
.navbar { .navbar {
font-size: 18px; font-size: 18px;
font-family: "News Cycle", "Arial Narrow Bold", sans-serif; font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
font-weight: 700; font-weight: 500;
} }
.navbar-default .badge { .navbar-default .badge {
background-color: #000; background-color: #000;
@ -6844,8 +6844,8 @@ button.close {
.jumbotron h4, .jumbotron h4,
.jumbotron h5, .jumbotron h5,
.jumbotron h6 { .jumbotron h6 {
font-family: "News Cycle", "Arial Narrow Bold", sans-serif; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-weight: 700; font-weight: 600;
color: #000; color: #000;
} }
.panel-primary .panel-title, .panel-primary .panel-title,