DePo Masthead CSS Change
-
I’m using DePo Masthead and would like to change the site title to Helvetica Neue. Could somebody give me the code? Thanks
The blog I need help with is: (visible only to logged in users)
-
I checked the blog you listed when you entered your help request http://dpfblogs.wordpress.com/ and I see it is using the Structure theme now. Here is an example that will I adjust the font for the site title in the Structure theme:
#header h1 a #sitename { font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif; font-style: normal; }Note that using a rule like this will only work for someone who has the Helvetica Nueue font installed in their computer. See http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ to learn more about how font stacks work.
To use a font that is embedded into a website and will work for all viewers, used the font options in Appearance → Custom Design → Fonts instead.
- The topic ‘DePo Masthead CSS Change’ is closed to new replies.