From b1530f42ae6ac37612ba1d8597f607a3a93fd8c0 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 6 Oct 2024 21:27:17 +0000 Subject: [PATCH] feat: PSJekyll.Template.IncludeGoogleFont ( Fixes #59 ) Adding codefont, defaulting to Roboto --- docs/PSJekyll/Template/IncludeGoogleFont.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/PSJekyll/Template/IncludeGoogleFont.md b/docs/PSJekyll/Template/IncludeGoogleFont.md index 2fafb61..f47f91a 100644 --- a/docs/PSJekyll/Template/IncludeGoogleFont.md +++ b/docs/PSJekyll/Template/IncludeGoogleFont.md @@ -22,4 +22,10 @@ The name of the font to include. |----------|--------|--------|-------------| |`[String]`|false |1 |false | +#### **CodeFont** + +|Type |Required|Position|PipelineInput| +|----------|--------|--------|-------------| +|`[String]`|false |2 |false | + ---