-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e860b01
commit 476c6e9
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |