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:
Nate B 2022-10-05 08:37:04 -07:00 committed by GitHub
parent 7e1d9d6eeb
commit 7ae5d1138c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;