浏览代码

Merge pull request #691 from fghaas/section-fontweight

CSS: Don't override font-weight for section
Hakim El Hattab 11 年之前
父节点
当前提交
3a8bcb174a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      css/reveal.css

+ 1 - 1
css/reveal.css

@@ -530,7 +530,7 @@ body {
 
 	z-index: 10;
 	line-height: 1.2em;
-	font-weight: normal;
+	font-weight: inherit;
 
 	-webkit-transform-style: preserve-3d;
 	   -moz-transform-style: preserve-3d;