Allow users to easily and conveniently use font imported from Fontello in their theme and module.
Installl and import font
- Select and download font from Fontello.
- Enable module MD Fontello
- Go to admin/structure/md_fontello/add, add name and downloaded file to import.
Using icon
Use with twig syntax:
{{ md_icon('font_name', 'class_icon') }}
example
{{ md_icon('font_awesome', 'icon-video') }}
Add libraries font only:
-
Twig:
{{ attach_library('md_fontello/md_fontello.machine_name') }}
example
{{ attach_library('md_fontello/md_fontello.font_awesome') }} - Or hook_page_attachments
function hook_page_attachments(array &$attachments) { // Unconditionally attach an asset to the page. $attachments['#attached']['library'][] = 'md_fontello/md_fontello.font_awesome'; }
Integrations
- Field Icon: Support field icon with UI selecter

- Field Link: Support field link show with icon

Supporting organizations:
Sugar cubes for good ponies
| Attachment | Size |
|---|---|
| Field icon | 16.56 KB |
| Field link with icon | 13.39 KB |
Project information
- Project categories: Media
59 sites report using this module
- Created by megadrupal on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
8.x-1.9
released 2 July 2025
Works with Drupal: ^10.1 || ^11
The one with D11 support 1️⃣1️⃣🚀
Install:
Development version: 8.x-1.x-dev updated 5 Jun 2024 at 05:03 UTC




