PDA

View Full Version : نصب fontawesome



mohsen6500
یک شنبه 12 فروردین 1397, 10:51 صبح
با سلام
نحوه کامل نصب fontawesome در فریمورک Yii2 به چه صورته؟
هرکاری می کنم خطا میده!
(http://abadanads.ir)

mohsen6500
سه شنبه 21 فروردین 1397, 13:55 عصر
کسی نبود؟!!

charcharkh
یک شنبه 26 فروردین 1397, 16:58 عصر
In frontend\views\layout\main.php, add the following use statement at the top:

use frontend\assets\FontAwesomeAsset;
And then below that, near the other register call at the additional call to register, like so:

AppAsset::register($this);
FontAwesomeAsset::register($this);
And that should do it, we should now have access to font-awesome. So let’s test this by inserting
the following:

<i class="fa fa-plug"></i>

mohsen6500
دوشنبه 27 فروردین 1397, 08:40 صبح
حل شد
ممنون از دوستان