This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Font Size

(Note that other sizes are also available. See the FSS Cheat Sheet for specifics.)

Unknown macro: {html}

<div class="demo-text">
<p class="fl-font-size-70">This paragraph is adjusted to 70% of regular size.</p>
<p class="fl-font-size-100">This paragraph is adjusted to 100% of regular size.</p>
<p class="fl-font-size-120">This paragraph is adjusted to 120% of regular size.</p>
<p class="fl-font-size-150">This paragraph is adjusted to 150% of regular size.</p>
</div>

The markup and classes used to produce this example:

<p class="fl-font-size-70">This paragraph is adjusted to 70% of regular size.</p>
<p class="fl-font-size-100">This paragraph is adjusted to 100% of regular size.</p>
<p class="fl-font-size-120">This paragraph is adjusted to 120% of regular size.</p>
<p class="fl-font-size-150">This paragraph is adjusted to 150% of regular size.</p>

NOTE: The fl-font-size-* 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.

  • No labels