Font Awesome Free
Project description
Font Awesome Free Download
This package is designed to be easily used in a django project to leverage how Django handles static files, but can be installed for any Python project. Font Awesome free will be downloaded to your site-packages so if you are using a framework other than Django you will need to alter these instructions to work with what you are using.
Downloading Font Awesome Free for a Django project
Add fontawesome-free==version_number
to your requirements.txt
file.
Add 'fontawesome-free'
to your installed apps in your settings.py
file.
Add the following lines to your <head>
in your base template if you want to use Font Awesome in your entire project or in the <head>
of any individual files where you want to use Font Awesome.
<link href="{% static 'fontawesome_free/css/all.min.css' %}" rel="stylesheet" type="text/css">
<script src="{% static 'fontawesome_free/js/all.min.js' %}"></script>
You are now ready to use Font Awesome Free! To get started using Font Awesome Free go to https://fontawesome.com/start.
Check out our icons here https://fontawesome.com/icons?d=gallery.
You can find our docs at https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use.
Have fun!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for fontawesome_free-5.15.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d3d0edbf6ce0f7cd56978a31ea4ea697a8bb28103b5c528b3aa1f0a4474d9a1 |
|
MD5 | 68453bb65d81ee4dc358171271e6f58d |
|
BLAKE2b-256 | 01686ed8f4c7efa69a479c8421d9a9d2905132c3869b118554014b8ab7291912 |