Skip to content

Commit

Permalink
feat: PSJekyll.Template.IncludeGoogleFont ( Fixes #59 )
Browse files Browse the repository at this point in the history
Adding codefont, defaulting to Roboto
  • Loading branch information
James Brundage authored and James Brundage committed Oct 6, 2024
1 parent b1530f4 commit c10629a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/_includes/GoogleFont.html
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
{% if site.googleFont %}
<link href='https://fonts.googleapis.com/css?family={{site.googleFont}}' rel='stylesheet'>
<style type='text/css'>body { font-family: '{{site.googleFont}}',sans-serif } </style>
{% endif %}

0 comments on commit c10629a

Please sign in to comment.