• Is there a way to locally integrate the Google Font Josefin Sans?
    In Germany we are not allowed to load any external resources.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter doni3232

    (@doni3232)

    The only way is to comment the integration of the font in the source code.
    Of course you have to exclude the plugin from the updates (“Easy Updates Manager” from “Easy Updates Manager Team”) because otherwise it’s included again:
    File:
    /wp-content/plugins/woocommerce-products-designer/public/css/editor.css
    This one:
    @import url(//fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700);
    change in:
    /* @import url(//fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700); */

    Plugin Contributor bellarmin

    (@bellarmin)

    Hello my dear,
    Okay, we will take this into account in the next official update.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load Google Font Josefin Sans local’ is closed to new replies.