Module for installing Google Fonts in Magento 2

€14.02 €11.40
Expandable module
ID:M2-FONTS

YOU CAN TRUST US

25 years of experience in e-commerce and Magento 2

Tooltip

Fast delivery

Tooltip

Efficient implementation process

Tooltip

Simple and transparent complaint process

Tooltip

Working with clients worldwide

Tooltip

Free module updates

Tooltip

Payment by bank transfer

Tooltip

The Kowal Google Fonts Installer module is a solution that allows easy integration of any font from the Google Fonts library in your Magento 2 store. With a simple and intuitive interface, you can quickly install and configure a new font, customizing the appearance of your store to meet your brand's needs.

Module features:

  1. Install any font from Google Fonts
    Copy the font embed code from Google Fonts and paste it into the module's configuration form.

  2. Easy customization of LESS variables
    After installing the font, you can quickly replace the font name in the LESS variable, e.g.:

    @font-family-name__base: 'Roboto';

    This way, the new font will be applied throughout the template.

  3. Simple and intuitive interface
    The module is designed so that its configuration is easy even for those without programming experience.

  4. Compatibility with Magento 2

    The module works on Magento version 2.4.7 and older.

  5. Available as part of the Kowal Theme package

    The module is available as part of the Kowal Theme, making it an ideal choice for users using this template.

How to implement the module:

  1. Module installation

    Install the module in your Magento 2 store using the instructions available in the module documentation.

  2. Font configuration

    • Enter the Magento 2 admin panel.

    • Go to the configuration section of the module (e.g. Kowal Google Fonts).

    • Copy the font embed code from Google Fonts and paste it in the appropriate field.

    • Save the changes.

  3. Replace LESS variables

    • Open your template's LESS files.

    • Find the variable @font-family-name__base and update it with the name of the installed font.

    • Recompile the LESS files to see the changes.

  4. Verify operation

    • Open the store frontend to check if the new font has been correctly implemented.

Why choose the Kowal Google Fonts Installer module?

This module allows you to easily customize the visual appearance of your Magento 2 store, enhancing the user experience and increasing the aesthetics of the site. The module saves time by eliminating the need to manually add code in template files.

Buy now in a package with the template Kowal Theme and gain access to this and many other useful tools that enhance the functionality of your Magento 2 store!

More Information
WydanieCommunity
Compatibility2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.7, 2.3.6, 2.3.5, 2.3.4

Installation

* In a production environment please use the --keep-generated option

Type: Composer

  1. The module is available in the composer repository:
    • Private GitLab repository: https://gitlab.com
  2. Add the composer repository to the configuration:
    composer config repositories.google.fonts vcs https://gitlab.com/magento2ext/magento-2-google-fonts
  3. Add the access token to the private GitLab repository:
    composer config --auth gitlab-token.gitlab.com 
  4. Install the module using Composer:
    composer require kowal/module-fonts
  5. Apply database updates:
    php bin/magento setup:upgrade
  6. Clear the cache:
    php bin/magento cache:flush