• Page 1 of 1
  • 1
Changing fonts on website?
SuicideMong
Posts: 4
Reputation: 0

Message # 1 | 5:41 PM
Hello everyone, I want to change the font of my website from arial to verdana, how can i change this?

Thanks for everyone who tries to help me wink
a1by2d3cep1d4r6
Posts: 9
Reputation: 1

Message # 2 | 5:43 PM
I don't have all the information.
What parts of you're website ?

I Am Realfree!!!
~(*I got a Weird Name i know*)~
~(*Kinda Was a Bad Boy on Realfree*)~
SuicideMong
Posts: 4
Reputation: 0

Message # 3 | 5:43 PM
all parts if it's possible - thanks for the reaction
a1by2d3cep1d4r6
Posts: 9
Reputation: 1

Message # 4 | 5:47 PM
I think i know.
Try this:
Go To: Page Editor -> Module design customization -> Common templates - Style sheet (CSS)
And First check if there is any code like this:

Code

body{
$$$$$$
}

the $$$$$ can be anything but if there is just a body code you need to look for that
then add or adjust it to this:
Code

body{
    font-family: arial, verdana;
    font-size: 12px;
}

Let me know if it worked.

I Am Realfree!!!
~(*I got a Weird Name i know*)~
~(*Kinda Was a Bad Boy on Realfree*)~
Post edited by a1by2d3cep1d4r6 - Saturday, 2010-01-02, 5:53 PM
SuicideMong
Posts: 4
Reputation: 0

Message # 5 | 5:53 PM
thanks a lot, you got some rep smile
a1by2d3cep1d4r6
Posts: 9
Reputation: 1

Message # 6 | 5:54 PM
You're Welkome
I Am Realfree!!!
~(*I got a Weird Name i know*)~
~(*Kinda Was a Bad Boy on Realfree*)~
  • Page 1 of 1
  • 1
Search: