Zusty CSS Logo
Zusty CSS Logo
Version 1.2.0 is out now. Check out Release Notes.

Text Helpers

Utility classes to change style of text.


Common styles

Change text style just by using class

Bold text

Normal Text

Light text

Italic text

Underlined text

Small text

Medium text

Large text

xLarge text

Unselectable text

UpPeRcAsE TeXt

LoWeRcAsE TeXt

capitalize text

Justified text. Justified texts make blank spaces to fill out the blank space. As you can see this text, this is also justified. Resize window to see effect.

No wrap texts do not respect it's container they will not break when necessary, they will keep going, going long...... They are kinda like me.

Truncate texts make ellipsis when there are no place available for them to stay.

Font family inherit

Font size inherit

Text with no decorations

Text with ability to break each letter. Let's fill it up with useless text so here's the useless text. Resize the window :D

Dropcap paragraph. Ain't it looking good? Let's add some Lorem Ipsum thing. Nunc vulputate nisl vitae venenatis pulvinar. Etiam sed nisi ut est consectetur congue. Integer pellentesque augue erat, id auctor erat iaculis sed. Proin laoreet ipsum ac posuere tincidunt. Sed non sollicitudin dolor. Donec non quam neque. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus quis lacinia quam. Sed vehicula lorem non interdum bibendum. Morbi laoreet quis tortor a malesuada. Proin consequat justo eget dolor viverra, vitae euismod mauris bibendum.

<p class="zust-text-bold">Bold text</p><b class="zust-text-normal">Normal Text</b>
<p class="zust-text-light">Light text</p>
<p class="zust-text-italic">Italic text</p>
<p class="zust-text-underline">Underlined text</p>
<p class="zust-text-small">Small text</p>
<p class="zust-text-medium">Medium text</p>
<p class="zust-text-large">Large text</p>
<p class="zust-text-xlarge">xLarge text</p>
<p class="zust-text-unselectable">Unselectable text</p>
<p class="zust-text-uppercase">UpPeRcAsE TeXt</p>
<p class="zust-text-lowercase">LoWeRcAsE TeXt</p>
<p class="zust-text-capitalize">capitalize text</p>
<p class="zust-text-justify">Justified text. Justified texts make blank spaces to fill out the blank space. As you can see this text, this is also justified. Resize window to see effect.</p>
<p class="zust-text-no-wrap">No wrap texts do not respect it's container they will not break when necessary, they will keep going, going long...... They are kinda like me.</p>
<p class="zust-text-truncate">Truncate texts make ellipsis when there are no place available for them to stay.</p>
<p class="zust-text-family-inherit">Font family inherit</p>
<p class="zust-text-size-inherit">Font size inherit</p>
<u class="zust-text-no-decoration">Text with no decorations</u>
<p class="zust-text-breakable">Text with ability to break each letter. Let's fill it up with useless text so here's the useless text. Resize the window :D</p>
<p class="zust-text-dropcap">Dropcap paragraph. Ain't it looking good? Let's add some Lorem Ipsum thing. Nunc vulputate nisl vitae venenatis pulvinar. Etiam sed nisi ut est consectetur congue. Integer pellentesque augue erat, id auctor erat iaculis sed. Proin laoreet ipsum ac posuere tincidunt. Sed non sollicitudin dolor. Donec non quam neque. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus quis lacinia quam. Sed vehicula lorem non interdum bibendum. Morbi laoreet quis tortor a malesuada. Proin consequat justo eget dolor viverra, vitae euismod mauris bibendum.</p>

Text sizes

There are 10 Sizes that you can use to handle text size. Size numbers are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.

To use it add class zust-text-size-number.

You can also use Breakpoints with this.

Text with size 6

Text with size 6 at large breakpoint

<p class="zust-text-6">Text with size 6</p>
<p class="zust-text-6@large">Text with size 6 at large breakpoint</p>

Superpowered

checkSuccessfully Copied

Get involved in improving Zusty CSS.

Report a BugFeature Request

Support us by

Starring it on GitHubJoining our Discord ServerSharing on Twitter

Rapid Search Inside of Docs