Skip to content

Commit

Permalink
Renamed fonts partial directory
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Jun 17, 2024
1 parent e860b01 commit 476c6e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partials/typography/fonts.hbs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{{!-- Sans-serif font is always loaded, because it's the default font for some part of the theme regardless of the settings --}}
{{> "fonts/sans"}}
{{> "typography/sans"}}

{{#match @custom.title_font "Modern sans-serif"}}
{{#match @custom.body_font "Elegant serif"}}
{{> "fonts/serif"}}
{{> "typography/serif"}}
{{/match}}
{{else match @custom.title_font "Elegant serif"}}
{{> "fonts/serif"}}
{{> "typography/serif"}}
{{else}}
{{> "fonts/mono"}}
{{> "typography/mono"}}
{{#match @custom.body_font "Elegant serif"}}
{{> "fonts/serif"}}
{{> "typography/serif"}}
{{/match}}
{{/match}}

0 comments on commit 476c6e9

Please sign in to comment.