Font
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Font
The default font on my forum is Times New Roman. How do I change this?
Last edited by thebigredmonster on October 16th 2011, 7:21 pm; edited 1 time in total
thebigredmonster- Forumember
- Posts : 116
Reputation : 0
Language : English
Location : Earth
Re: Font
acp - display - pictures and colours - colours - type in your font
Diana- Active Poster
-
Posts : 1286
Reputation : 21
Language : English
Re: Font
Or you can use CSS:
you can add any wish.
you can add any wish.
- Code:
body {
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
line-height: 1.4;
}
Re: Font
What Rhe said, or you can go to your forum CSS and change it there. If you want a font to be universal type in:
add the tag:
- Code:
body { }
add the tag:
- Code:
font-family: 'YOURFONT', Arial, Serif !important;
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum