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
#header {
font-family: yourfontname;
}
#sOther {
font-family: yourfontname;
}
Replace yourfontname with your font name e.g. arial.
Reply
Do I have to do anything else I've forgotten?
Reply
Reply
Leave a comment