【发布时间】:2013-03-08 00:36:55
【问题描述】:
我在我的菜单中使用等宽字体文本作为超链接。为了消除下划线,我使用了 text-decoration:none。这会阻止我将字体加粗吗?
http://www.fccorp.us/index.php -> 左侧蓝色框中的文字。
【问题讨论】:
-
否;
text-decoration和font-weight是完全不同的属性,因此有不同的名称。
标签: html css fonts bold text-decorations