From 3d031c36660fbe6528700f2924f6dd0c9332d2e3 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Wed, 29 May 2024 11:40:49 +0200 Subject: [PATCH] Fix typo --- includes/functions/settings/_settings_page_fonts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/settings/_settings_page_fonts.php b/includes/functions/settings/_settings_page_fonts.php index 082a4917..804dbca7 100644 --- a/includes/functions/settings/_settings_page_fonts.php +++ b/includes/functions/settings/_settings_page_fonts.php @@ -57,7 +57,7 @@ $disabled_fonts = is_array( $disabled_fonts ) ? $disabled_fonts : [];
installation guide on how to add custom fonts yourself. You can assign fonts in the Customizer. If the fonts are listed but not displayed, purge the theme caches under Tools and force-refresh he page to clear the browser cache as well.', 'fictioneer' ), + __( 'See installation guide on how to add custom fonts yourself. You can assign fonts in the Customizer. If the fonts are listed but not displayed, purge the theme caches under Tools and force-refresh the page to clear the browser cache as well.', 'fictioneer' ), 'https://github.com/Tetrakern/fictioneer/blob/main/INSTALLATION.md#custom-fonts', wp_customize_url(), '?page=fictioneer_tools'