cannot change the font-size in my wp theme
-
I’m using a google font in my wp theme.
I placed the following code in the header.php:
<link href='https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
and the following code in the style.css:
body { font-family: 'open sans', sans-serif; font-size: 15px; color: #555; }
The result is that the google font is displaying okay.
However, I cannot change the font-size. I’ve tried various different ways of specifying the font-size (100%, em, px, etc) and it is completely unresponsive.
Any ideas as to what I am doing wrong?
Thanks in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘cannot change the font-size in my wp theme’ is closed to new replies.