Comments cosan17 started the conversationMay 13, 2019 at 6:07pmHi, I've followed the documentation online, but can't get my fonts to load. However, they appear in the drop-down in the typography section. Am I missing out on something? Thanks!______function salient_redux_custom_fonts( $custom_fonts ) { return array( 'Custom Fonts' => array( 'selimaregular, sans-serif' => "SelimaRegular" ) );}add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );________@font-face {font-family: 'selimaregular'; src: url(/public_html/lastbox.co/wp-content/themes/salient/css/fonts/url('selima_-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} 75Scott repliedMay 13, 2019 at 7:07pmHello there, Thank you for writing in once again and apologies for the trouble. Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here. You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/ Hope to hear from you soon!RegardsThemenectar Support Team Sign in to reply ...
Hi, I've followed the documentation online, but can't get my fonts to load. However, they appear in the drop-down in the typography section. Am I missing out on something? Thanks!
______
function salient_redux_custom_fonts( $custom_fonts ) {
________return array(
'Custom Fonts' => array(
'selimaregular, sans-serif' => "SelimaRegular"
)
);
}
add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );
@font-face {
font-family: 'selimaregular';
src: url(/public_html/lastbox.co/wp-content/themes/salient/css/fonts/url('selima_-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Hello there,
Thank you for writing in once again and apologies for the trouble.
Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here.
You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/
Hope to hear from you soon!
Regards
Themenectar Support Team