summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorV.H. Belvadi <hello@vhbelvadi.com>2019-05-02 07:56:27 +0530
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-15 09:53:49 +0200
commitbfe110c797f889a8ffd609173558186600001de3 (patch)
tree7a8443692e72821840022bdb0190788be7afbcf7 /README.md
parent8fe1725ff3a473b56064a439a19cf5f322e91d5a (diff)
Instructions to enable or disable Google Fonts
Updated with instructions on enabling, disabling or using default theme settings for Google fonts.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f184553..9dec008 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,12 @@ params:
# - In git information
# - In blog posts
BookDateFormat: "Jan 2, 2006"
+
+ # (Optional, default true) Enable or disable use of Google Fonts
+ # When not specified or set to "true" the theme font Oxygen will be loaded from Google Fonts
+ # When disabled i.e. set to "false" default browser sans-serif fonts will be used
+ # Set your own fonts in your root `assets/custom.scss` (see ‘extra customisation’ below)
+ googleFonts: false
```