Table of Contents

ComboStrap Styling - Typography

About

This page regroups all typographic component of ComboStrap

Attributes

Typographic Attribute are styling attribute

Component

The below components are specific typographic components:

Heading:

Text:

Typographics markup

Bold

To modify the boldness (known as font-weight), you can use double star, name, value or superlatif. Check the dedicated page: How to set the Boldness (Font Weight / Strong)

Example with the itext component

This text is a <itext boldness="bold">bold text</itext> and this one **too**.

This text is a bold text and this one too.

Italic

This text is a //italic text//

This text is a italic text

Highlighting

How to highlight words in ComboStrap

Highlighting ''this highlight''

Highlighting this highlight

Underline

Underline decoration.

This text is __underlined__

This text is underlined

Delete (line-through)

Line-through / Delete decoration.

This text is <del>deleted</del>

This text is deleted

Subscript

This text is a <sub>subscript</sub>

This text is a subscript

Superscript

This text is a <sup>superscript</sup>

This text is a superscript