get it on google playCreated with Sketch.
CSS> Font style

Font style

To italicize the text of an element, we use the font-style property and set the value to italic.

 <body>
  <h1>Short Story</h1>
  <p style="font-style: italic;">Bon bons wild adventure</p>
 </body>
TRY IT ON THE APP