Skip to content

Commit

Permalink
feat: PSJekyll.Template.IncludeGoogleFont ( Fixes #59 )
Browse files Browse the repository at this point in the history
Adding style tag
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 6, 2024
1 parent ae70fbf commit 40de80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSJekyll.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ if ($FontName) {
@(
"{% if site.googleFont %}"
"<link href='https://fonts.googleapis.com/css?family={{site.googleFont}}' rel='stylesheet'>"
"<style type='text/css'>font-family: {{site.googleFont}};</style>"
"{% endif %}"
) -join [Environment]::Newline
}
Expand Down

0 comments on commit 40de80a

Please sign in to comment.