diff --git a/source/stylesheets/syntax-highlighting.scss b/source/stylesheets/syntax-highlighting.scss index e92e431..e534e58 100644 --- a/source/stylesheets/syntax-highlighting.scss +++ b/source/stylesheets/syntax-highlighting.scss @@ -8,7 +8,7 @@ pre .img img, pre .r-plt img { } code { - font-family: 'Source Code Pro', monospace; + font-family: $mono_font, monospace; color: #000; } @@ -21,7 +21,7 @@ p > code { /* Links ---------------------------------------------------- */ code a:any-link { - font-family: 'Source Code Pro', monospace; + font-family: $mono_font, monospace; border-radius: 4px; text-decoration: underline; text-decoration-color: $gray-400;