ITS KnowledgeBase - Article #429
Welcome Guest: Login
To edit the font through CSS select
the "Paragraph" option from the dropdown menu and enter the following
commands in the "P" text box
Type: font-family: helvetica;
Note: the bolded text can be changed to the desired font (i.e. helvetica, sans-serif, etc.)
Size: font-size: 14px;
Note: the bolded text can be changed to the desired font size (16px, 24px, etc.)
Color: color: red;
Note: the bolded text can be changed to the desired font color (black, blue, white, green, or yellow)
Style: font-style: italic;
font-style: normal;
font-style: oblique;
Variants: font-variant: normal;
font-variant: small-caps;
Color: background-color: black;
*Note
that you can change the background color for headings, paragraphs and
tables by selecting those areas from the drop down menu an typing the above
text into the text box.