• Guten Tag, ich habe folgendes Anliegen ich m?chte die Fontawesome Icons gerne lokal hosten dazu habe ich die folgenden Fragen.

    ich m?chte die Fonts über dieses Snippet einbinden:

    function add_font_awesome()
    {
    wp_enqueue_style( ‘style’, get_stylesheet_uri() );
    wp_enqueue_style( ‘font-awesome’, get_stylesheet_directory_uri().’/fontawesome/css/fontawesome.min.css’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘add_font_awesome’ );

    also nicht über die Header.php.

    zum Snippet ergeben sich daher die Fragen muss das Snippet in die functions.php. des Childthemes eingebunden werden oder über die des Parentthemes?

    wo genau in welchem Pfad muss der fontawesome Ordner mit den Webfonts und CSS liegen damit das Snippet funktioniert und greift?

    vielen Dank im Voraus

    Mfg Dominik

Viewing 1 replies (of 1 total)
  • Plugin Author mlwilkerson

    (@mlwilkerson)

    Hello, @fuchs1981. I understand that you’re asking about how to self-host Font Awesome on WordPress, without using this plugin. Specifically, you’re asking whether your code snippets need to be placed in the functions.php of the parent or child theme, and also where in the filesystem the assets should be placed.

    That question pertains to WordPress development in general, and does not pertain to this plugin. So I’ll close this topic as “not a support question”.

    Since that’s beyond the scope of this plugin’s support, I’ll close this forum topic.

    If you have a Font Awesome Pro account, you can get support by emailing hello at fontawesome dot com.

Viewing 1 replies (of 1 total)
  • The topic ‘Font Awesome lokal hosten’ is closed to new replies.