dashicons fonts
-
I Use Envo Business. When transferring the created site to a new hosting, everything was transferred, except for one nuance. Icons (dashicons fonts) disappeared from the site. And in the designer King Composer I see them and configure, and on the site instead of them-empty squares. See https://www.c-t-l.ru
I tried adding functions to the end of the functions.php
endif;
function my_dashicons() {
wp_enqueue_style( ‘dashicons’ );
}
add_action( ‘wp_enqueue_scripts’, ‘my_dashicons’ );
but it didn’t. Please tell me how to fix!The page I need help with: [log in to see the link]
- The topic ‘dashicons fonts’ is closed to new replies.