Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   How do you change font of Header? (http://forum.bytesforall.com/showthread.php?t=1619)

theyankeeblog May 11, 2009 01:21 PM

How do you change font of Header?
 
Hi,

My url is http://theyankeeblog.com

I want to change the font of my blog title (The Yankee Blog). When I go into options, I see three different fonts that are listed like tahoma, arial, etc. Which one do I change if I want comic sans or something? It is a little confusing since there are three different fonts listed.

Thanks!

Craig Mattice May 12, 2009 03:57 PM

This thread may assist you as I had the same challenge.

http://forum.bytesforall.com/showthread.php?t=1606

You will need to replace the current font types with the comic sands designation.

I've found working with the Firefox Add On Firebug to help with editing as I can instantly see the results without permanent changes and then recreate the code changes on the original editing area of the Theme Panel.

juggledad May 16, 2009 08:14 AM

font-family: font-1, font-2, ...font-n, generic-family;

You can list as many fonts as you want in order that they will appear - if the viewer has that font.

For example, if you specify

font-family: Marker Felt, Times, sans-serif;

and I don't have the font 'Marker Felt' then I'll see it displayed in the Times font. If I also didn't have the times font installed, I'd see it displayed with the 'sans-serif' font.

The last font should always be one of the five 'generic' fonts: serif, sans-serif, cursive, fantasy, or monospace.


All times are GMT -6. The time now is 03:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.