Topic: Changing fonts

I realize this is completely lame but I can't seem to change the fonts in my blog... I've made changes to user.css but they don't show up on my page... Anyone have any idea what i may be doing wrong??

Thumbs up

Re: Changing fonts

You could start with giving a link so we can see what you are doing.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: Changing fonts

Oh right.... Sorry wink http://www.21stcenturynetworker.com

extatix wrote:

You could start with giving a link so we can see what you are doing.

Thumbs up

Re: Changing fonts

The first thing I noticed you used
#body             { font-family:Tahoma,Arial,Helvetica,sans-serif; }
That one actually should be
body             { font-family:Tahoma,Arial,Helvetica,sans-serif; }

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: Changing fonts

Oh right.... That did the trick! Thanks smile

extatix wrote:

The first thing I noticed you used
#body             { font-family:Tahoma,Arial,Helvetica,sans-serif; }
That one actually should be
body             { font-family:Tahoma,Arial,Helvetica,sans-serif; }

Thumbs up

Re: Changing fonts

I have another quick question if you don't mind... In the first line of this article (h3 font) you'll see that there needs to be some more space between the lines. Whats the correct way to accomplish this?

http://www.21stcenturynetworker.com/201 … asons-why/

Never mind.. got this one worked out on my own... Thanks

Last edited by 21stCenturyNetworker (2010-09-28 16:45:56)

Thumbs up