From bfe110c797f889a8ffd609173558186600001de3 Mon Sep 17 00:00:00 2001 From: "V.H. Belvadi" Date: Thu, 2 May 2019 07:56:27 +0530 Subject: Instructions to enable or disable Google Fonts Updated with instructions on enabling, disabling or using default theme settings for Google fonts. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ``` -- cgit v1.2.3