diff --git a/docs/config/template/index.template.html b/docs/config/template/index.template.html index 46dd3be4711..cc97b83e571 100644 --- a/docs/config/template/index.template.html +++ b/docs/config/template/index.template.html @@ -7,7 +7,7 @@ - + diff --git a/src/core/style/variables.scss b/src/core/style/variables.scss index 45bab570069..08797bf2494 100644 --- a/src/core/style/variables.scss +++ b/src/core/style/variables.scss @@ -7,7 +7,7 @@ // Typography // ------------------------------ -$font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif !default; +$font-family: Roboto, 'Helvetica Neue', sans-serif !default; $font-size: 10px; $display-4-font-size-base: rem(11.20) !default;