<font> node
Description
Contains font settings for the footer's text. This list of settings is applied by default both for the normal state and for the hover state.
Attributes
Attribute Name | Description | Type | Possible Values | Default Value |
---|---|---|---|---|
face | Sets font name. Verdana, for example. | String | n/a | Tahoma |
color | Sets text color in one of the existent formats. #1010DD, for example. | Color | n/a | Black |
size | Sets font size in points. | Numeric | n/a | 10 |
bold | Turns On/Off the option of bold type showing. | Boolean | True|False | False |
italic | Turns On/Off the option of italic type showing. | Boolean | True|False | False |
underline | Turns On/Off the option of underlined type showing. | Boolean | True|False | False |
render_as_html | Turns On/Off the option of text formatting using HTML rules. | Boolean | True False |
False |