diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 23:30:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 23:30:20 +0530 |
commit | 10e34f90342d22b98026296457d728d23cafee5e (patch) | |
tree | def41107056695cf53843783d8eefdeb5a63e733 /static | |
parent | f35cba1772b0ff607dafbc954279b7dcf733b16c (diff) |
Changed monospace font in /blog
Diffstat (limited to 'static')
-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 { |