Use the OS' native font by default
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / inlineCode.scss
index dec857b632f74a02068627e6a0d645c4c125946f..baa5aa8b712bf63dddf236a92c2679c2bade313b 100644 (file)
@@ -15,7 +15,7 @@ kbd {
        -webkit-box-decoration-break: clone;
        color: rgba(68, 68, 68, 1) !important;
        display: inline;
-       font-family: Consolas, "Courier New", monospace;
+       font-family: $wcfFontFamilyMonospace;
        font-style: normal;
        font-weight: normal;
        margin: 0 2px;