Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #598535

    Hi,

    i register the font awesome css in the functions.php of the enfold-theme

    function fontawesome_css() {
    wp_enqueue_style( ‘Font Awesome’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css’, array(), ‘1.0.0’, true );
    }
    add_action( ‘wp_enqueue_scripts’, ‘fontawesome_css’ );

    But when i use the font awesome icons, they are not shown in the frontend. Please can you help me?

    #598846

    any ideas?

    #598882

    i solved the problem… Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘cant see font-awesome symbols in the frontend.’ is closed to new replies.