1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Use custom properties for font-stacks (#30509)

This commit is contained in:
Gaël Poupard
2020-04-10 20:31:58 +02:00
committed by GitHub
parent 8fe162d67a
commit bcdd8fbc07
3 changed files with 3 additions and 3 deletions

View File

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