2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+1 -1
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.
}