diff --git a/src/theme/book.css b/src/theme/book.css index 40748a19..355d7603 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -4,7 +4,7 @@ body { color: #333; } code { - font-family: "Source Code Pro", "Menlo", "DejaVu Sans Mono", monospace; + font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; font-size: 0.875em; } .left { diff --git a/src/theme/stylus/general.styl b/src/theme/stylus/general.styl index 148e952d..ed548dfc 100644 --- a/src/theme/stylus/general.styl +++ b/src/theme/stylus/general.styl @@ -4,7 +4,7 @@ html, body { } code { - font-family: "Source Code Pro", "Menlo", "DejaVu Sans Mono", monospace; + font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; font-size: 0.875em; }