Missing font fixes

This commit is contained in:
John Mulhausen 2017-02-27 14:25:32 -08:00
parent 8337b61270
commit c62d517ea1
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ html {
body {
background-color: #192837;
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 24px;
color: #e4e4e4;
@ -121,7 +121,7 @@ h6 {
p {
color: #d3d4d4;
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 24px;
margin: 10px 0 20px 0;
@ -246,7 +246,7 @@ img {
margin-bottom: 15px;
font-size: 18px;
font-weight: 200;
font-family: Open Sans;
font-family: "Open Sans", sans-serif;
line-height: 30px;
}
@ -1497,7 +1497,7 @@ ul.autocompleteList {
}
.autocompleteList li {
ccolor: #b4c3d2;
color: #b4c3d2;
padding: 5px 0 7px 0;
}
@ -1648,7 +1648,7 @@ footer {
}
.footer-copyright p {
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 17px;
color: #637986;

View File

@ -15,7 +15,7 @@ html {
body {
background-color: #fff;
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 24px;
color: #637986;
@ -122,7 +122,7 @@ h6 {
p {
color: #445d6e;
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 24px;
margin: 10px 0 20px 0;
@ -256,7 +256,7 @@ img {
margin-bottom: 15px;
font-size: 18px;
font-weight: 200;
font-family: Open Sans;
font-family: "Open Sans", sans-serif;
line-height: 30px;
}
@ -1781,7 +1781,7 @@ footer {
}
.footer-copyright p {
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 17px;
color: #637986;