Reputation: 422
Example
p { font-weight: thin}
<p>This sentence is thin</p>
Upvotes: 0
Views: 164
Reputation: 36
< Font weight list
Blockquote
!-- begin snippet: js hide: false console: true babel: false -->
p { font-weight:100;font-family:'Open Sans',sans-serif;}
<p>This sentence is thin</p>
Upvotes: 2