Font Awesome icons as SVG for Wagtail
Project description
Wagtail Font Awesome SVG
Add Font Awesome 5.14 SVG icons to your Wagtail project.
Note: Wagtail does not officially support SVG icons yet, but is working towards it. See Wagtail issue #6107 for progress.
Install
pip install wagtail-font-awesome-svg
Add wagtailfontawesomesvg
to your installed apps.
INSTALLED_APPS = [
'wagtailfontawesomesvg',
]
Usage
This is an overview of available icons.
Choose an icon and add it via your wagtail_hooks.py
:
from wagtail import hooks
@hooks.register("register_icons")
def register_icons(icons):
return icons + [
'wagtailfontawesomesvg/brands/facebook.svg',
'wagtailfontawesomesvg/regular/laugh.svg',
'wagtailfontawesomesvg/solid/yin-yang.svg',
...
]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wagtail-font-awesome-svg-1.0.tar.gz
(608.3 kB
view details)
Built Distribution
File details
Details for the file wagtail-font-awesome-svg-1.0.tar.gz
.
File metadata
- Download URL: wagtail-font-awesome-svg-1.0.tar.gz
- Upload date:
- Size: 608.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e043ca44ea6bb9ebe3988b6e96750af6f1109f0412da8e635fb31b7fb1ba9e |
|
MD5 | b98ab01e80714d467ab3217bfb4d82c0 |
|
BLAKE2b-256 | e5b80bd767ea82cc0f61a534a769f2478b2e6fecc1e6b073c1e5af6328603089 |
File details
Details for the file wagtail_font_awesome_svg-1.0-py3-none-any.whl
.
File metadata
- Download URL: wagtail_font_awesome_svg-1.0-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fce01d5cf76312233e7903565176b3a27bb522d00966e4944a6f6983701a8d88 |
|
MD5 | c4b4fbc23071102c0005c87330d739e4 |
|
BLAKE2b-256 | d8a35bc459145346f364a4ab8a04a1c045dfd545d848e67444196794be36fcf6 |