Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Facets 3.0.6 Minor update available for module facets (3.0.6). Release: Facets 3.0.5 Minor update available for module facets (3.0.5). Release: Flag 5.1.0 Minor update available for module flag (5.1.0). Release: Block Layout Accordion 1.0.2 Minor update available for module block_layout_accordion (1.0.2). Release: Canvas interactive toggle 1.0.2 Minor update available for module canvas_interactive_toggle (1.0.2). Release: Views HTTP Client 1.0.2 Minor update available for module views_http_client (1.0.2). Release: Block Layout Accordion 1.0.1 Minor update available for module block_layout_accordion (1.0.1). Release: Canvas interactive toggle 1.0.1 Minor update available for module canvas_interactive_toggle (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

MD Fontello

51 sites Security covered Drupal 10–11
View on drupal.org

This module allows you to easily integrate icon fonts from Fontello into your Drupal site. You can upload your downloaded Fontello fonts and then use them directly in Twig templates or with integrated fields.

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

  1. Field Icon: Support field icon with UI selecter
  2. Field Link: Support field link show with icon

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Jul 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
8.x-1.9 Stable 10–11 Jul 2, 2025