Download the PHP package components/font-awesome without Composer
On this page you can find all versions of the php package components/font-awesome. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download components/font-awesome
More information about components/font-awesome
Files in components/font-awesome
Package font-awesome
Short Description Font Awesome, the iconic SVG, font, and CSS framework.
License CC-BY-4.0 MIT OFL-1.1
Informations about the package font-awesome
Font Awesome
Shim repository for Font Awesome.
The full suite of pictographic icons, examples, and documentation can be found at: https://fontawesome.com/
Package Managers
- npm:
components-font-awesome
- Bower:
components-font-awesome
- Component:
components/font-awesome
- Composer:
components/font-awesome
Installation
Gulp
Re-compile bower
If using bower, do not forget to re-compile bower using gulp bower
. Here is the sample code if you do not have one.
Combine css
With gulp, usually there is a function to combine all scss to css file for faster page loads.
In the sample case we run function gulp style
to combine all scss to css file under ./assets/css/
Move font font folder
Here is the important part, the default font folder is on different path with the compiled bower file. We need to move the font from default font folder to the compiled bower folder (In the example vendor
is the compiled folder).
License
- The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - http://opensource.org/licenses/mit-license.html
- The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
- Attribution is no longer required in Font Awesome 3.0, but much appreciated: "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"