We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e860b01 commit 476c6e9Copy full SHA for 476c6e9
partials/typography/fonts.hbs
@@ -1,15 +1,15 @@
1
{{!-- 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"}}
+{{> "typography/sans"}}
3
4
{{#match @custom.title_font "Modern sans-serif"}}
5
{{#match @custom.body_font "Elegant serif"}}
6
- {{> "fonts/serif"}}
+ {{> "typography/serif"}}
7
{{/match}}
8
{{else match @custom.title_font "Elegant serif"}}
9
10
{{else}}
11
- {{> "fonts/mono"}}
+ {{> "typography/mono"}}
12
13
14
15
0 commit comments