Typography

classes to chenge Font , Size and Style of the text.


Styles of Bootstrap

use the font-weight-bold class to have a Bold text.

use the font-weight-normal class to have a Normal weight text.

use the font-weight-light class to have a Light weight text.

use the font-italic class to have a Italic text.


Text Transform of Bootstrap

use the text-lowercase class to have a Lowercased text.

use the text-uppercase class to have a Uppercased text.

use the text-capitalize class to have a capiTaliZed text.


Text Position of Bootstrap

static position of text.

use the text-left class to have a left text.

use the text-center class to have a center text.

use the text-right class to have a right text.


Text Direction

force Direction of text.

This Text forced left to right using the class : text-dir-ltr

این نوشته چپ چین است با استفاده از کلاس : text-dir-ltr

این نوشته راستچین است با استفاده از کلاس : text-dir-ltr

This Text forced right to left using the class : text-dir-ltr


Text Position for Right to Left Language

basically this classes reverse right with left in rtl mode.

use the text-left-rtl class to have a left text.

use the text-right-rtl class to have a right text.


Text size

use the fnt-xxlg class to have a xxlg text.

use the fnt-xlg class to have a xlg text.

use the fnt-lg class to have a lg text.

use the fnt-md class to have a md text.

use the fnt-sm class to have a sm text.

use the fnt-xsm class to have a xsm text.

use the fnt-xs class to have a xs text.

use the fnt-xxs class to have a xxs text.

use the fnt-xxxs class to have a xxxs text.

use the fnt-xxxxs class to have a xxxxs text.