mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-15 02:58:20 +02:00
Merge pull request #691 from fghaas/section-fontweight
CSS: Don't override font-weight for section
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user