Thursday, 22 August 2013

Change CSS bold property font-weight value

Change CSS bold property font-weight value

pThe question is pretty straightforward./p pI use Bootstrap, where all the
bold things are CSSized in /p precodetag { font-weight: bold; } /code/pre
pbut I use codeOpen Sans/code (as so many people), where codefont-weight:
400/code is not enough and codefont-weight: 700/code is much better./p pIs
there a way I tell my CSS that codebold=700/code and not 400 (which is I
reckon the default value) ?/p

No comments:

Post a Comment