updated typeface to sans-serif
This commit is contained in:
parent
0d60b7e0f3
commit
75fa3c42f1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue