Oracle Waveset 8.1.1 Deployment Guide

Changing Font Characteristics

Display attributes typically specify the following basic font display characteristics.

Table 8–3 Font-related Display Characteristics

Display Attribute 

Description  

family 

For example, Helvetica or Arial 

size 

Specified in point size (for example, 14 point) 

weight 

Unspecified indicates normal weight. When specified, typically bold 

color 

Typically specified as black (title -- font-family, font-size, font-weight, color 

Certain components can be further defined by additional characteristics. For example, buttons can be defined with a background color. The alignment of the text and button label is another characteristic.

Editing Font Characteristics

To edit, copy from styles.css and paste into customStyle.css. Then, modify the selected setting in customStyle.css.

Example Entry

The following entry represents the default settings for each page title:

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: C;