mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Fix masthead, remove Inter
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
// Note: Custom variable values only support SassScript inside `#{}`.
|
||||
|
||||
// Fonts
|
||||
font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
|
||||
|
||||
// Note: Use `inspect` for lists so that quoted items keep the quotes.
|
||||
// See https://github.com/sass/sass/issues/2383#issuecomment-336349172
|
||||
@@ -52,7 +51,7 @@
|
||||
@if $font-size-root != null {
|
||||
--#{$prefix}root-font-size: #{$font-size-root};
|
||||
}
|
||||
--#{$prefix}body-font-family: Inter, #{inspect($font-family-base)};
|
||||
--#{$prefix}body-font-family: #{inspect($font-family-base)};
|
||||
@include rfs($font-size-base, --#{$prefix}body-font-size);
|
||||
--#{$prefix}body-font-weight: #{$font-weight-base};
|
||||
--#{$prefix}body-line-height: #{$line-height-base};
|
||||
|
Reference in New Issue
Block a user