Skip to content

Commit

Permalink
docs: PSJekyll.Template.IncludeGoogleFont ( Fixes #59 )
Browse files Browse the repository at this point in the history
Renaming and allowing page fonts
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 9, 2024
1 parent 237b3dd commit 91d519c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/PSJekyll/Template/Include/GoogleFont/html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PSJekyll.Template.Include.GoogleFont.html()
-------------------------------------------

### Synopsis
Includes a Google Font.

---

### Description

Includes a Google Font in the site.

This will add a link to the Google Font.

It can be located within the site or page front matter.

---

### Parameters
#### **FontName**
The name of the font to include.
If no value is directly provided, it will attempt to find a value in site.googleFont.
If no font is found, it will default to Roboto.

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |1 |false |

#### **CodeFont**
The code font to include.
If no code font is provided, it will default to Roboto Mono.

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |2 |false |

---

0 comments on commit 91d519c

Please sign in to comment.