Commit 755fdacd authored by nickg's avatar nickg Committed by Mark Otto
Browse files

Replace reboot monospace hack with system font stack

parent 3d0d5f12
3 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26470Active class
Showing with 1 addition and 11 deletions
+1 -11
// Inline and block code styles
code,
kbd,
pre,
samp {
font-family: $font-family-monospace;
}
// Inline code
code {
font-size: $code-font-size;
......
......@@ -232,15 +232,13 @@ a:not([href]):not([tabindex]) {
// Code
//
// stylelint-disable font-family-no-duplicate-names
pre,
code,
kbd,
samp {
font-family: monospace, monospace; // Correct the inheritance and scaling of font size in all browsers.
font-family: $font-family-monospace;
font-size: 1em; // Correct the odd `em` font sizing in all browsers.
}
// stylelint-enable font-family-no-duplicate-names
pre {
// Remove browser default top margin
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment