<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Liberation Serif">Because I was disappointed in the
      appearance of the manual information in 1.5.0, I have initiated usage
      of CSS.<br>
      <br>
      There is a new file in the doc/scribus/en directory, manual.css;
      it's a very simple list that users can modify as you see fit:<br>
      <br>
      h1 {font-family:fontin,sans-serif; font-size:1.3em;}<br>
      h2 {font-family:fontin,sans-serif; font-size:1.2em;}<br>
      h3 {font-family:fontin,sans-serif; font-size:1.1em;}<br>
      h4 {font-family:fontin,sans-serif; font-size:1em;}<br>
      <br>
      p, blockquote {font-family:dejavu sans,sans-serif;
      font-size:0.8em;}<br>
      li {font-family:dejavu sans,sans-serif; font-size:0.8em;}<br>
      code {font-size:1.2em;}<br>
      <br>
      Inside each HTML file there is this style block:<br>
      <br>
      <style><br>
      @import "manual.css";<br>
      </style><br>
      <br>
      As you can see in the list from manual.css, I put in Fontin as the
      preferred font for headers. I think it has a nice look, so if you
      don't have it you might get it and try it out.<br>
      <br>
      Aside from putting the style tags into each HTML file, I found
      quite a number of "anomalies" in many different files. There is
      also quite a bit of ugliness in some files (though they work) that
      I'd like to gradually clean up. I have to say, some of the ugliest
      were ones I had written (what was I thinking?). So far I have left
      the Scripter parts of the manual untouched, in case you notice.<br>
      <br>
      Greg<br>
    </font>
  </body>
</html>