mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
Tweak docs layout and font-sizes, try out Inter
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
// 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
|
||||
@@ -51,7 +52,7 @@
|
||||
@if $font-size-root != null {
|
||||
--#{$prefix}root-font-size: #{$font-size-root};
|
||||
}
|
||||
--#{$prefix}body-font-family: #{inspect($font-family-base)};
|
||||
--#{$prefix}body-font-family: Inter, #{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