Font-style Usage
  
  
    <bolt-text> has font-style options to indicate simple emphasis.
  
  
      
    
            
            
      
      
              
  This text has its font-style prop defined as: regular
      
      
    
    
       
    
   
  
    <bolt-text font-style="regular">
  This text has its font-style prop defined as: regular
</bolt-text>
  
  
      
    
            
            
      
      
              
  This text has its font-style prop defined as: italic
      
      
    
    
       
    
   
  
    <bolt-text font-style="italic">
  This text has its font-style prop defined as: italic
</bolt-text>