I'm having trouble changing the font of my forum. I'm not sure if I should use a CSS code sheet for this, but any help?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
The whole forum's font.slg wrote:Are you changing the whole forum's font or just a certain place on the forum?
I try to do that, but it doesn't work.slg wrote:Administration Panel > Display > Colors & Pictures > Colors
Title Font Face:
Main Font Face:
Code Font Face:
body { font-family: Trebuchet MS !important;}
<link href='http://fonts.googleapis.com/css?family=Monda' rel='stylesheet' type='text/css'>
body {
font-family: 'Monda', sans-serif !important;}
@font-face {
font-family: 'Monda';
font-style: normal;
font-weight: 400;
src: local('Monda Regular'), local('Monda-Regular'), url(http://themes.googleusercontent.com/static/fonts/monda/v1/sk05J8GA1NvUxDnk43EgAQ.woff) format('woff');
}
Topic Solved & Locked |