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/_reboot.scss | |
| parent | 8fe162d67abe0396665f7c1df1788634b3efc8bb (diff) | |
| download | bootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.tar.xz bootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.zip | |
Use custom properties for font-stacks (#30509)
Diffstat (limited to 'scss/_reboot.scss')
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 488c0676d..e7a1f2a11 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -283,7 +283,7 @@ pre, code, kbd, samp { - font-family: $font-family-monospace; + font-family: var(--font-family-monospace); @include font-size(1em); // Correct the odd `em` font sizing in all browsers. } |
