Changing blockquote font
-
I just got the Custom CSS because I want to change a couple of things on Twenty Ten. I use a lot of blockquotes and want to make them a different font and size from the main text. How do I do that? Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can add a CSS rule for the blockquote tag. Here is an example:
blockquote { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 115%; line-height: 165%; }To learn more about how font stacks work, check out http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/
- The topic ‘Changing blockquote font’ is closed to new replies.