Update text
This commit is contained in:
parent
d58086ae41
commit
a6c3c8b4b2
@ -37,7 +37,7 @@ $heading_font = get_theme_mod( 'heading_font_family_value', 'Open Sans' );
|
||||
<div class="fictioneer-card__row">
|
||||
<p><?php
|
||||
printf(
|
||||
__( 'You can install <a href="%s" target="_blank">Google Fonts</a> by adding the embed link below, which you can find in the href attribute provided on the right after selecting the font styles. Several fonts can be combined into one link, but be aware that the more fonts you load, the slower your site becomes. Also note that using Google Fonts violates the GDPR.', 'fictioneer' ),
|
||||
__( 'You can install <a href="%s" target="_blank">Google Fonts</a> by adding the embed link below, which you can find in the href attribute provided on the right after selecting the font styles. One font per link, but be aware that the more fonts you load, the slower your site becomes. Also note that using Google Fonts violates the GDPR.', 'fictioneer' ),
|
||||
'https://fonts.google.com/'
|
||||
);
|
||||
?></p>
|
||||
@ -45,7 +45,7 @@ $heading_font = get_theme_mod( 'heading_font_family_value', 'Open Sans' );
|
||||
|
||||
<div class="fictioneer-card__row">
|
||||
<textarea name="fictioneer_google_fonts_links" id="fictioneer_google_fonts_links" rows="4" placeholder="<?php echo FICTIONEER_OPTIONS['strings']['fictioneer_google_fonts_links']['placeholder']; ?>"><?php echo get_option( 'fictioneer_google_fonts_links' ); ?></textarea>
|
||||
<p class="fictioneer-sub-label"><?php _e( 'One link per line; ideally bundle fonts into a single link.', 'fictioneer' ); ?></p>
|
||||
<p class="fictioneer-sub-label"><?php _e( 'Only one font per link per line.', 'fictioneer' ); ?></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user