Not Solved [How To?] change display font
#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


Messages In This Thread
change display font - by M!X0R - 2019-06-19, 05:23 PM
RE: change display font - by Ashley1 - 2019-06-19, 05:29 PM
RE: change display font - by M!X0R - 2019-06-19, 06:21 PM
RE: change display font - by Brian. - 2019-06-19, 07:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)