Addressing the loss of Open Sans on the documentation website. (#1434)
Signed-off-by: Nathan Boot <nateboot@amazon.com> Signed-off-by: Nathan Boot <nateboot@amazon.com>
This commit is contained in:
parent
7e1d9d6eeb
commit
7ae5d1138c
|
@ -42,7 +42,7 @@ $table-border-color: $grey-lt-300;
|
|||
$toc-width: 232px !default;
|
||||
|
||||
body {
|
||||
@include serif;
|
||||
@include sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -388,7 +388,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
@include serif;
|
||||
@include sans-serif;
|
||||
@include font-size(16);
|
||||
background: $background-lightest;
|
||||
color: $text;
|
||||
|
|
Loading…
Reference in New Issue