• Resolved ihofstaetter216

    (@ihofstaetter216)


    Hello, how can I change the font from Roboto to Arial. It is not allowed to load a Google Font.

    kind regards
    Isabella

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Sanesh Acowebs

    (@saneshacodez)

    Hi, thanks for using our wishlist plugin. We don’t have a separate option to change fonts. You can change it from your theme CSS style itself. Thanks!

    Thread Starter ihofstaetter216

    (@ihofstaetter216)

    What CSS code can I use to do this for all Wishlist texts?

    Plugin Support Sanesh Acowebs

    (@saneshacodez)

    You can set the font family via CSS as the example below.

    element {
    font-family: Arial;
    }

    Change the “element” with your CSS class or id. Add required Font family.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘font from Roboto to Arial’ is closed to new replies.