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

Font weight

To bold the text of an element, we use the font-weight property and set the value to bold.

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