Friday, August 4, 2017

Really? In order to get the different font weights...

You have to specify them in the link URL:
  1. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900);  

  2. body {  
  3.     font-family'Source Sans Pro', serif;  
  4.     font-size14px;  
  5. }  
  6.   
  7. .wiki-content strong {  
  8.  font-weight900;  
  9. }  

Great Google configurator page to help you understand how to customize right weights and get that into the URL.

No comments: