Not Solved [How To?] change display font
#1
Not Solved
From the title I just wanna know the right way to change the default font  Huh
Reply
#2
Not Solved
In global.css mostly. There are multiple definitions that you need to change depending.

body {
background: #fff;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}

#container {
color: #333;
text-align: left;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
min-width: 990px;
}

etc.
What goes around comes around
Reply
#3
Not Solved
the question is I want add a custom font where I put it ?
Reply
#4
Not Solved
Please take a look at the replies here.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)