Question

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.

Was it helpful?

Solution

The monospace font just doesn't look particularly different when it's bolded. Try setting it to Courier instead.

OTHER TIPS

No. Text decoration has no effect on font weight.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top