CSS Styles Support

Currently CSS styling is supported inline in tags

For example:

<p style="color:red; font-size: 30px;text-decoration:underline;">Some fancy text</p>

Some fancy text

This way you can affect the way hyperlinks are decorated: @cocoanetics versus @cocoanetics

Supported Attributes

Font Families

serif

sans-serif

monospace

cursive

fantasy

Text Shadows

The text-shadow property is supported.

Text with Shadow

Embossed

Glowing

Multiple Shadows

Text with Shadow

OUTLINE

To Do