Skip to content

Commit 476c6e9

Browse files
Renamed fonts partial directory
1 parent e860b01 commit 476c6e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

partials/typography/fonts.hbs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{{!-- Sans-serif font is always loaded, because it's the default font for some part of the theme regardless of the settings --}}
2-
{{> "fonts/sans"}}
2+
{{> "typography/sans"}}
33

44
{{#match @custom.title_font "Modern sans-serif"}}
55
{{#match @custom.body_font "Elegant serif"}}
6-
{{> "fonts/serif"}}
6+
{{> "typography/serif"}}
77
{{/match}}
88
{{else match @custom.title_font "Elegant serif"}}
9-
{{> "fonts/serif"}}
9+
{{> "typography/serif"}}
1010
{{else}}
11-
{{> "fonts/mono"}}
11+
{{> "typography/mono"}}
1212
{{#match @custom.body_font "Elegant serif"}}
13-
{{> "fonts/serif"}}
13+
{{> "typography/serif"}}
1414
{{/match}}
1515
{{/match}}

0 commit comments

Comments
 (0)