Changing Google Font
-
Hello Guido! thanks for updating this wonderful theme.
I would like to change the Google Font.
I thought, I have to change the function.php and the style.css (of course in a child-theme)function.php:
// Font family function onecolumn_font_url() { $font_url = '//fonts.googleapis.com/css?family=Roboto'; return esc_url_raw( $font_url ); }
style.css:
/* BODY */ body {background:#fff; color:#333; font-family: 'Roboto', sans-serif; font-size:16px; line-height:1.5; text-align:left; word-wrap:break-word;}
Unfortunately it doesn’t work. Anything else to change?
Best regards, lisia
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Changing Google Font’ is closed to new replies.