From 476c6e9b02ac3d73ae79f286a98f383abf2d79bf Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 17 Jun 2024 15:57:17 +0800 Subject: [PATCH] Renamed fonts partial directory --- partials/typography/fonts.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/partials/typography/fonts.hbs b/partials/typography/fonts.hbs index 46d10e7..7325da4 100644 --- a/partials/typography/fonts.hbs +++ b/partials/typography/fonts.hbs @@ -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}} \ No newline at end of file