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 {
|
||||
line-height: 24px;
|
||||
clear: both;
|
||||
line-height: 1.3em;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||
line-height: 26px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
/*
|
||||
* global
|
||||
*/
|
||||
$headings: "Geomanist Book", sans-serif;
|
||||
$headings-landing: "Geomanist Regular", sans-serif;
|
||||
$buttons: "Geomanist Book", sans-serif;
|
||||
$headings: "Open Sans", sans-serif;
|
||||
$headings-landing: "Open Sans", sans-serif;
|
||||
$buttons: "Open Sans", sans-serif;
|
||||
$font: "Open Sans", sans-serif;
|
||||
$body-text-size: 14px;
|
||||
$white: #fff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue