I'm using monospace fonted text for hyperlinks in my menu. In order to eliminate the underline, I used text-decoration:none. Will this prevent me from making the font bolder?
http://www.fccorp.us/index.php -> the text in the blue boxes on the left.
I'm using monospace fonted text for hyperlinks in my menu. In order to eliminate the underline, I used text-decoration:none. Will this prevent me from making the font bolder?
http://www.fccorp.us/index.php -> the text in the blue boxes on the left.
No text-decoration
doesn't have any effect on font-weight
. They are two entirely different properties.
It will not. Font weight is not affected by decoration. Link to jsfiddle in comments
The monospace font just doesn't look particularly different when it's bolded. Try setting it to Courier instead.