define normal font widths in all themes to make sure things look the same after #691

This commit is contained in:
Hakim El Hattab
2013-11-08 08:11:35 -05:00
parent 3a8bcb174a
commit 705d5a012c
10 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ body {
.reveal {
font-family: $mainFont;
font-size: $mainFontSize;
font-weight: 200;
font-weight: normal;
letter-spacing: -0.02em;
color: $mainColor;
}