by helenw » Mon Aug 14, 2006 4:24 pm
Hi there,
We're wanting to change the font to 'Arial' in the H1 and H2 and have defined a font in the rt.css however nothing has changed once we have uploaded (see below). Have we missed something?
Thanks,
Helen Wolff
/**
* rt.css
*
* Copyright (c) 2003-2005 The Public Knowledge Project
* Distributed under the GNU GPL v2. For full terms see the file
docs/COPYING.
*
* Stylesheet for reading tools
*
* $Id: rt.css,v 1.4 2005/04/25 07:34:01 kevin Exp $
*/
#headerTitle {
width: 660px;
}
#header h1 {
font-family: Arial,Georgia,'Times New Roman',Times,serif;
font-size: 1.5em;
padding: 0.25em 0em 0.25em 0em;
}
#body {
width: 660px;
}
#footer {
clear: both;
padding: 0;
background-color: #ABA;
text-align: center;
}
#footerContent {
width: 660px;
}
#main {
margin: 0;
width: 660px;
}
#main h2 {
font-family: Arial,Georgia,'Times New Roman',Times,serif;
font-size: 1.2em;
margin: 0em 1em 0.25em 0em;
padding-top: 0;
}
#content h3 {
font-size: 1.5em;
}