Title: Rundiz Font Awesome
Author: vee
Published: <strong>22 ianuarie 2022</strong>
Last modified: 23 martie 2026

---

Caută module

![](https://ps.w.org/rd-fontawesome/assets/banner-772x250.png?rev=2661649)

![](https://ps.w.org/rd-fontawesome/assets/icon-256x256.png?rev=2661649)

# Rundiz Font Awesome

 De [vee](https://profiles.wordpress.org/okvee/)

[Descarcă](https://downloads.wordpress.org/plugin/rd-fontawesome.1.0.7.zip)

 * [Detalii](https://ro.wordpress.org/plugins/rd-fontawesome/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/rd-fontawesome/#reviews)
 * [Dezvoltare](https://ro.wordpress.org/plugins/rd-fontawesome/#developers)

 [Suport](https://wordpress.org/support/plugin/rd-fontawesome/)

## Descriere

Use Font Awesome icons from your own host/server. Update the latest releases from
GitHub.

Choose the major version and install the latest minor version. For example: Choose
major version 6, and install the latest of 6.x.xx.
 Currently supported for version
4, 5, 6, 7.

This plugin did not use CDN (content delivery network). If you want to use CDN, 
please use official Font Awesome plugin instead.

You can dequeue duplicated Font Awesome handles from other plugins or themes to 
prevent conflict.

You can disable enqueue from this plugin in case you would like to do it manually.

To get asset files for manually enqueue, use this code.

    ```
    if (function_exists('rdfontawesome_get_enqueue_files')) {
        $result = rdfontawesome_get_enqueue_files();
        if (isset($result['css']) && is_array($result['css'])) {
            $faVersion = ($result['faVersion'] ?? false);
            $i = 1;
            foreach ($result['css'] as $css) {
                wp_enqueue_style('myplugin_fontawesome_' . $i, $css, [], $faVersion);
                ++$i;
            }
            unset($css, $faVersion, $i);
        }
    }
    ```

To get URL base of the Font Awesome assets for use another files, use this code.

    ```
    if (function_exists('rdfontawesome_get_public_url_base')) {
        echo rdfontawesome_get_public_url_base();
    }
    ```

Tested up to PHP 8.5.

Font Awesome files are belong to https://fontawesome.com

## Capturi ecran

 * [[
 * Settings page.

## Întrebări frecvente

### Does this support Font Awesome Pro?

No, if you would like to use Pro, please use official Font Awesome plugin. The Font
Awesome Pro couldn’t be download via GitHub.

### Can I use it on my web hosting or server?

Yes, this plugin will not use CDN. So, you can use it on your own server or hosting.
This is good for some restriction.

### Can I use with my theme or other plugins?

Yes, you can use with any theme or plugins. There are options to dequeue the CSS&
JS that was enqueued by other themes or plugins on the front pages. Just dequeue
them to prevent duplicate (front pages only).

### Does it supported short code?

No, this plugin does not supported any short code.

### What kind of assets this plugin use?

This plugin use CSS and web fonts. It doesn’t use any JavaScript or SVG files.

### What asset files this plugin will be download and installed?

This plugin download all necessary files that is ready to use such as CSS, fonts
or including SVG for newer version of Font Awesome. The pre-processing such as Less,
Sass files will not be use.

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Rundiz Font Awesome” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

 *   [ vee ](https://profiles.wordpress.org/okvee/)

[Tradu „Rundiz Font Awesome” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/rd-fontawesome)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/rd-fontawesome/), 
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/rd-fontawesome/), sau abonează-
te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/rd-fontawesome/)
prin [RSS](https://plugins.trac.wordpress.org/log/rd-fontawesome/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 1.0.7

2026-03-23

 * Update as per PHPCS’s instructions.

#### 1.0.6

2025-12-18

 * Minor update.

#### 1.0.5

2025-07-30

 * Add supported for Font Awesome 7.
 * Add help to manual enqueue in settings page.

#### 1.0.4

2025-03-18

 * Update load text domain to be inside `init` hook.

#### 1.0.3

2024-07-07

 * Fix check latest version on install command.

#### 1.0.2

2022-02-18

 * Add Font Awesome version 6 supported.

#### 1.0.1

2022-01-22

 * Fix check for downloaded zip file is not working on Linux.

#### 1.0.0

2022-01-22

 * Initial release.

## Meta

 *  Versiunea **1.0.7**
 *  Ultima actualizare **Acum 4 săptămâni**
 *  Instalări active: **Mai puțin de 10**
 *  Versiune WordPress ** 5.0 sau mai recentă **
 *  Testat până la **7.0**
 *  Versiune PHP ** 7.0 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/rd-fontawesome/)
 * Etichete
 * [Font Awesome](https://ro.wordpress.org/plugins/tags/font-awesome/)[FontAwesome](https://ro.wordpress.org/plugins/tags/fontawesome/)
   [icons](https://ro.wordpress.org/plugins/tags/icons/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/rd-fontawesome/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

[Your review](https://wordpress.org/support/plugin/rd-fontawesome/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/rd-fontawesome/reviews/)

## Contributori

 *   [ vee ](https://profiles.wordpress.org/okvee/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/rd-fontawesome/)