Change all font at once to custom font using CSS (with custom font weight)

Posted in: Newspaper
Post count: 317

Hi,

I would like to change all the fonts at once using CSS. I want all of the fonts (slider, mega menu, everything!) at once to:

font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;

P.S: I have “wp_enqueue_style” the font from Google Fonts. So I don’t need to load it again 😉

Thanks! Please help.

Post count: 9544

Better to do that from the style.css file

Post count: 317

Yep! I did it, and it worked! Thanks!

Post count: 9544

I changed all of mine to Open Sans that way, last weekend.

Don’t forget to comment out the Google fonts in your functions.php file so you’re not still loading the PT Sans and such. And ideally put the Roboto css at bottom of your CSS file (but don’t minify that section) vs loading the css file from Google.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.