diff --git a/static/style.css b/static/style.css index 1e02c4b..2e33dec 100644 --- a/static/style.css +++ b/static/style.css @@ -227,7 +227,7 @@ div.highlighter-rouge pre.highlight { } code { font-size: .825em; - font-family: 'Droid Sans Mono', monospace; + font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, "Fira Code", "Hack Regular", Courier, monospace; color: #555; } @@ -236,4 +236,4 @@ code { .anchorjs-link { color: {{ primary_colour }}; border: none; -} \ No newline at end of file +}