setting font-family and -size in header?

Jun 26, 2006 20:47

Hi!
This is my first attempt at messing with css, so please be gentle with me ,-)
On the serious note, I couldn't find anywhere the answer to my problem:
I'd like to use a different font in my header (journal title and subtitle) and in the "other" box of the sidebar, too.
Is it possible? If so, how?
Many thanks in advance for any help

Leave a comment

Comments 3

absolut June 28 2006, 01:51:34 UTC
You have to use the following css rule:

#header {
font-family: yourfontname;
}
#sOther {
font-family: yourfontname;
}

Replace yourfontname with your font name e.g. arial.

Reply

mygothangel June 28 2006, 09:22:28 UTC
thanks for the answer; I've tried it, but it didn't change anything.
Do I have to do anything else I've forgotten?

Reply

medusa_stare July 12 2006, 05:47:20 UTC
What about the link text in the menu, just below the title? Is there any way to change that font without changing the font of all my links?

Reply


Leave a comment

Up