This commit is contained in:
Tetrakern 2024-05-29 11:40:49 +02:00
parent ac8f5d9a58
commit 3d031c3666

View File

@ -57,7 +57,7 @@ $disabled_fonts = is_array( $disabled_fonts ) ? $disabled_fonts : [];
<h1 style="margin-bottom: 12px;"><?php _e( 'Installed Fonts', 'fictioneer' ); ?></h1> <h1 style="margin-bottom: 12px;"><?php _e( 'Installed Fonts', 'fictioneer' ); ?></h1>
<p><?php <p><?php
printf( printf(
__( 'See <a href="%s" target="_blank">installation guide</a> on how to add custom fonts yourself. You can assign fonts in the <a href="%s">Customizer</a>. If the fonts are listed but not displayed, purge the theme caches under <a href="%s">Tools</a> and force-refresh he page to clear the browser cache as well.', 'fictioneer' ), __( 'See <a href="%s" target="_blank">installation guide</a> on how to add custom fonts yourself. You can assign fonts in the <a href="%s">Customizer</a>. If the fonts are listed but not displayed, purge the theme caches under <a href="%s">Tools</a> and force-refresh the page to clear the browser cache as well.', 'fictioneer' ),
'https://github.com/Tetrakern/fictioneer/blob/main/INSTALLATION.md#custom-fonts', 'https://github.com/Tetrakern/fictioneer/blob/main/INSTALLATION.md#custom-fonts',
wp_customize_url(), wp_customize_url(),
'?page=fictioneer_tools' '?page=fictioneer_tools'