Skip to main content

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)

Uploaded Source

Built Distribution

wagtail_font_awesome_svg-1.0-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

File details

Details for the file wagtail-font-awesome-svg-1.0.tar.gz.

File metadata

File hashes

Hashes for wagtail-font-awesome-svg-1.0.tar.gz
Algorithm Hash digest
SHA256 75e043ca44ea6bb9ebe3988b6e96750af6f1109f0412da8e635fb31b7fb1ba9e
MD5 b98ab01e80714d467ab3217bfb4d82c0
BLAKE2b-256 e5b80bd767ea82cc0f61a534a769f2478b2e6fecc1e6b073c1e5af6328603089

See more details on using hashes here.

File details

Details for the file wagtail_font_awesome_svg-1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_font_awesome_svg-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fce01d5cf76312233e7903565176b3a27bb522d00966e4944a6f6983701a8d88
MD5 c4b4fbc23071102c0005c87330d739e4
BLAKE2b-256 d8a35bc459145346f364a4ab8a04a1c045dfd545d848e67444196794be36fcf6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page