From 8d51b8ba619af4504ad40386f6b452e50ec8a39b Mon Sep 17 00:00:00 2001 From: Christian Bromann <github@christian-bromann.com> Date: Wed, 29 Sep 2021 11:19:47 +0000 Subject: [PATCH] feat: Added support for Google Fonts (#255) --- exampleSite/config/_default/params.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index e6faf08..b45c45f 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -15,6 +15,8 @@ doNotLoadAnimations = false # Form Spree Contact Form #contactFormAction = "https://formspree.io/f/your-form-hash-here" +# Google Fonts +#googleFonts = ["Indie+Flower", "Roboto:ital,wght@0,100;0,400;0,700;1,400"] # Google Site Verify #googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" singleDateFormat = "2/1/2006" -- Gitblit v1.10.0