custom.css
... ...
@@ -1,7 +1,12 @@
1 1
@import url("fonts/fonts.css");
2 2
3
+body {
4
+ background-color: #faf9f5;
5
+}
6
+
3 7
h1,h2,h3,h4,h5 { font-family: Railway, sans-serif; }
4 8
5 9
.markdown-body {
10
+ font-size: 17px;
6 11
font-family: Alice, serif;
7 12
}