diff options
| author | Gaƫl Poupard <[email protected]> | 2020-04-10 20:31:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-10 20:31:58 +0200 |
| commit | bcdd8fbc0767115c204325363dcfc008eb4db76f (patch) | |
| tree | 5fdf135f4890ce05077d1a06bee836a003e7cdcc /scss/_variables.scss | |
| parent | 8fe162d67abe0396665f7c1df1788634b3efc8bb (diff) | |
| download | bootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.tar.xz bootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.zip | |
Use custom properties for font-stacks (#30509)
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index ec1ba224d..6123f3ce1 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -369,7 +369,7 @@ $embed-responsive-aspect-ratios: ( // stylelint-disable value-keyword-case $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; -$font-family-base: $font-family-sans-serif !default; +$font-family-base: var(--font-family-sans-serif) !default; // stylelint-enable value-keyword-case // $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins |
