Renamed fonts partial directory

This commit is contained in:
Sodbileg Gansukh
2024-06-17 15:57:17 +08:00
parent e860b018a3
commit 476c6e9b02

View File

@@ -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}}