You've already forked Ghost-Theme-Source
Renamed fonts partial directory
This commit is contained in:
@@ -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 --}}
|
{{!-- 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.title_font "Modern sans-serif"}}
|
||||||
{{#match @custom.body_font "Elegant serif"}}
|
{{#match @custom.body_font "Elegant serif"}}
|
||||||
{{> "fonts/serif"}}
|
{{> "typography/serif"}}
|
||||||
{{/match}}
|
{{/match}}
|
||||||
{{else match @custom.title_font "Elegant serif"}}
|
{{else match @custom.title_font "Elegant serif"}}
|
||||||
{{> "fonts/serif"}}
|
{{> "typography/serif"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{> "fonts/mono"}}
|
{{> "typography/mono"}}
|
||||||
{{#match @custom.body_font "Elegant serif"}}
|
{{#match @custom.body_font "Elegant serif"}}
|
||||||
{{> "fonts/serif"}}
|
{{> "typography/serif"}}
|
||||||
{{/match}}
|
{{/match}}
|
||||||
{{/match}}
|
{{/match}}
|
||||||
Reference in New Issue
Block a user