Skip to main content

Font Style

Atomic props for control the font style of an element.

Atomic PropsCSS Properties
italicfont-style: italic;
notItalicfont-style: normal;

Italic

Use the italic props to make text italic.

Result
Loading...
Live Editor

Normal(notItalic)

Use the notItalic props to make font style normal.

Result
Loading...
Live Editor