mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-17 20:11:57 +00:00
Instructions to enable or disable Google Fonts
Updated with instructions on enabling, disabling or using default theme settings for Google fonts.
This commit is contained in:
parent
8fe1725ff3
commit
bfe110c797
@ -133,6 +133,12 @@ params:
|
|||||||
# - In git information
|
# - In git information
|
||||||
# - In blog posts
|
# - In blog posts
|
||||||
BookDateFormat: "Jan 2, 2006"
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user