mirror of https://github.com/docker/docs.git
changing the defaut font-family and font-weight for headings from Geomanist Book to Open sans
This commit is contained in:
parent
5e01630e77
commit
5ef901a55d
|
|
@ -2,6 +2,7 @@
|
||||||
.content, p {
|
.content, p {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
line-height: 1.3em;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
/*
|
/*
|
||||||
* global
|
* global
|
||||||
*/
|
*/
|
||||||
$headings: "Geomanist Book", sans-serif;
|
$headings: "Open Sans", sans-serif;
|
||||||
$headings-landing: "Geomanist Regular", sans-serif;
|
$headings-landing: "Open Sans", sans-serif;
|
||||||
$buttons: "Geomanist Book", sans-serif;
|
$buttons: "Open Sans", sans-serif;
|
||||||
$font: "Open Sans", sans-serif;
|
$font: "Open Sans", sans-serif;
|
||||||
$body-text-size: 14px;
|
$body-text-size: 14px;
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue