• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

COTI font

Blue Ghost

SOC-14 5K
Knight
What is the default font for the COTI BBS? I'd like to use it for publication of adventures, if at all possible.

Thanks for any reply.
 
Just pulling the definition for you out of the CSS:

HTML:
body
{
	background: url(/images/stars.gif);
	color: #FFFFFF;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
If verdana is installed, that's the default; if not, it finds geneva, etc...
The header image (below) is Optima or Oregon.
headborder.jpg


Oregon is a knockoff of Optima.
 
Back
Top