diff --git a/src/theme/book.css b/src/theme/book.css
index ec35f912..122992df 100644
--- a/src/theme/book.css
+++ b/src/theme/book.css
@@ -3,6 +3,10 @@ body {
font-family: "Open Sans", sans-serif;
color: #333;
}
+code {
+ font-family: "Source Code Pro", "Menlo", "DejaVu Sans Mono", monospace;
+ font-size: 0.875em;
+}
.left {
float: left;
}
diff --git a/src/theme/index.hbs b/src/theme/index.hbs
index 48098e05..dec29274 100644
--- a/src/theme/index.hbs
+++ b/src/theme/index.hbs
@@ -10,7 +10,8 @@
-
+
+
diff --git a/src/theme/stylus/general.styl b/src/theme/stylus/general.styl
index 8cef9161..148e952d 100644
--- a/src/theme/stylus/general.styl
+++ b/src/theme/stylus/general.styl
@@ -3,6 +3,11 @@ html, body {
color: #333
}
+code {
+ font-family: "Source Code Pro", "Menlo", "DejaVu Sans Mono", monospace;
+ font-size: 0.875em;
+}
+
.left {
float: left
}