diff options
-rw-r--r-- | static/scss/blog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scss/blog.scss b/static/scss/blog.scss index c0a40d6..f1360bb 100644 --- a/static/scss/blog.scss +++ b/static/scss/blog.scss @@ -55,7 +55,7 @@ code { background-color: $bgColorAlt; padding: 2px 5px; border-radius: 4px; - font-family: 'Source Sans Pro', sans-serif; + font-family: 'Source Code Pro', sans-serif; } pre code { |