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