Font Style
Atomic props for control the font style of an element.
Atomic Props | CSS Properties |
---|---|
italic | font-style: italic; |
notItalic | font-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