mirror of https://github.com/docker/docs.git
Missing font fixes
This commit is contained in:
parent
8337b61270
commit
c62d517ea1
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue