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

View File

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