mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-28 16:59:58 +02:00
define normal font widths in all themes to make sure things look the same after #691
This commit is contained in:
@@ -12,7 +12,7 @@ body {
|
||||
.reveal {
|
||||
font-family: $mainFont;
|
||||
font-size: $mainFontSize;
|
||||
font-weight: 200;
|
||||
font-weight: normal;
|
||||
letter-spacing: -0.02em;
|
||||
color: $mainColor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user