Twenty Eleven child theme: can't change content font name
-
I can change the font name/family under the
/* Global
body, input, textarea {
…
}and that will change the font used for all of the text.
However, I only want to change the content text to a serif.
I want all of the headers and post and comment text to stay
with the default “Helvetica Neue”, Helvetica, Arial, sans-serif;Firebug tells me that the <p> text I want to change is under this
code:
<div class=”entry-content”>However, I’ve tried many changes, including under p{ }, and I can change the line height and other font properties that way, but not the actual font that is used.
How can I change just the context text’s font.name?
I’m using a Twenty Eleven child theme with content on right and a left side bar menu.
- The topic ‘Twenty Eleven child theme: can't change content font name’ is closed to new replies.