1
0
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:
Mark Otto
2025-05-26 16:36:18 -07:00
parent 7f9c85d5bb
commit 18f90fbd3b
3 changed files with 9 additions and 10 deletions

View File

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