Skip to content

AlexanderMatveev/fontawesome-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Font Awesome Free bundle for Symfony

Current Version

Font Awesome Free 5.3.1

Installation

composer require alexandermatveev/fontawesome-bundle

Usage

Refer to the desired files in your HTML template, e.g.

<link href="{{ asset('bundles/alexandermatveevfontawesome/css/all.min.css') }}" rel="stylesheet">

Example

<i class="far fa-thumbs-up"></i>

Licenses

Refer to the source code of the included files for license information

References

  1. https://fontawesome.com
  2. http://symfony.com