• Hello,
    i activated Easy Google Fonts in my theme and i succeded to change the font of it but i can’t chqnge the font in my text widget in my footer.
    Is it possible to do it or not?

    thank you,
    henri

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please post a link to your site? How did you try to change the font, by adding a CSS rule?

    Thread Starter henripierre

    (@henripierre)

    https://www.galactica-editions.fr

    with some css it’s possible but i’d prefer to get this change with the plugin instead.
    thank you

    I see that you’ve brought in the Economica and Rubik Mono One Google fonts in using the plugin. I also see that the footer widget titles are using Rubik Mono One because they are H3 elements, and you’ve created a rule for H3 to use that font, so I am assuming you are trying to get the rest of the widget text to be either Rubik Mono One or Economica?

    What CSS did you try, and where did you put the rule? You can try adding a rule like this:

    
    .textwidget {
       font-family: 'Rubik Mono One';
    }
    

    If you want to try using the plugin, you can create a new Font Control and use .textwidget as the CSS selector.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘google fonts in text widget?’ is closed to new replies.