Open the file in the editor, click on the .css file at the left, and delete all lines that say:
font-weight: bold;
If you don't want to remove the boldness for the title page or chapter numbers, open one of the html files for the paragraph text and find the class code for the paragraph text. Then go back to the .css file and remove the font-weight: bold; line for that class (or you can change the bold to normal, but it's probably quicker to just delete that line).
|