diff --git a/index.html b/index.html
index 47692ab0..9cb2320d 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,13 @@
Free for developers
-
+
+
@@ -25,11 +31,21 @@
window.$docsify = {
name: 'Free for developers',
repo: 'ripienaar/free-for-dev',
- search: ['/']
+ search: ['/'],
+ darklightTheme: {
+ siteFont : 'Source Sans Pro, Helvetica Neue',
+ defaultTheme : 'light',
+ codeFontFamily : 'Roboto Mono, Monaco, courier, monospace',
+ bodyFontSize: '15px',
+ }
}
-
-
+
+
+