Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Include Page
Infusion13:Styles for FSS examplesInfusion13:
Styles for FSS examples

...

classfl-col-mixed-200

...

Section
Column
Include Page
FSS text examples navigation
FSS text examples navigation
Include Page
FSS Links Panel
FSS Links Panel
Column

Font Family

The markup and classes used to produce this example:

Code Block
html
html

<p class="fl-font-serif">This paragraph is styled with a "serif" font.</p>
<p class="fl-font-times">This paragraph is styled with a "Times New Roman"-style font specifically.</p>
<p class="fl-font-sans">This paragraph is styled with a "sans-serif" font.</p>
<p class="fl-font-arial">This paragraph is styled with the "Arial" font specifically.</p>
<p class="fl-font-verdana">This paragraph is styled with the "verdana" font specifically.</p>
<p class="fl-font-comic-sans">This paragraph is styled with the "Comic Sans MS" font specifically.</p>
<p class="fl-font-monospace">This paragraph is styled with a "monospaced" font.</p>
<p class="fl-font-courier">This paragraph is styled with the "Courier New" font specifically.</p>

NOTE: The fl-font-* classes are applied to the paragraph tags and so apply only that paragraph. The class could be applied to a <div> surrounding many paragraphs to apply the style to all paragraphs.