define normal font widths in all themes to make sure things look the same after #691
authorHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 8 Nov 2013 13:11:35 +0000 (08:11 -0500)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Fri, 8 Nov 2013 13:11:35 +0000 (08:11 -0500)
css/theme/beige.css
css/theme/blood.css
css/theme/default.css
css/theme/moon.css
css/theme/night.css
css/theme/serif.css
css/theme/simple.css
css/theme/sky.css
css/theme/solarized.css
css/theme/template/theme.scss

index 1d9a88646f6652a11ccc8a0e5962343254102483..c2eb3f30325a07c0c2745ae5aa7594f82915daee 100644 (file)
@@ -27,7 +27,7 @@ body {
 .reveal {
   font-family: "Lato", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #333333; }
 
index 5763898a9148c69e7bf3ab41d5b4a3d763c63199..91521abf5afe4ee565702cd78539a3cf73bca5d0 100644 (file)
@@ -26,7 +26,7 @@ body {
 .reveal {
   font-family: Ubuntu, "sans-serif";
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #eeeeee; }
 
index 9a2f7c6e2baf09ffb669d2f52179a3e3cf37f532..87904697d66e565fdcc198d73baa76060fde10d3 100644 (file)
@@ -27,7 +27,7 @@ body {
 .reveal {
   font-family: "Lato", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #eeeeee; }
 
index 5aa2866593c060e5c05a15d6e988e532f370353d..342f464677eb3ea8d106337b27d60c65254aa5ed 100644 (file)
@@ -27,7 +27,7 @@ body {
 .reveal {
   font-family: "Lato", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #93a1a1; }
 
index 2ea3fc494a58b95dcc79454e0b08a5ef7ed2e75d..a35e3eb01ad64dce5f374820539d20c7f1096ae9 100644 (file)
@@ -15,7 +15,7 @@ body {
 .reveal {
   font-family: "Open Sans", sans-serif;
   font-size: 30px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #eeeeee; }
 
index 734de56f8e653576f1367d5641fd9964e746e39b..dd6619f8bf31d176985d5322d5fdc70589eb1c9b 100644 (file)
@@ -17,7 +17,7 @@ body {
 .reveal {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: black; }
 
index b8f31bc501dc1a4df5fda5127ca5aaf322831172..460379e4f94e7672729edbbad0037f1feb1596f5 100644 (file)
@@ -17,7 +17,7 @@ body {
 .reveal {
   font-family: "Lato", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: black; }
 
index 35d048e7015a12dcb99759b5bad0fcf7920a7ce1..34336cbb7d290a110b01f3f85cd4aba9173f3425 100644 (file)
@@ -24,7 +24,7 @@ body {
 .reveal {
   font-family: "Open Sans", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #333333; }
 
index 17c32056e33df29f43853d0a7415b12833a9ca8e..4eeed62c9131c16066833b0585b70829d5ef4e64 100644 (file)
@@ -27,7 +27,7 @@ body {
 .reveal {
   font-family: "Lato", sans-serif;
   font-size: 36px;
-  font-weight: 200;
+  font-weight: normal;
   letter-spacing: -0.02em;
   color: #657b83; }
 
index 735b7659d5c0d91e9de06d819d5db739d38c75c5..ff863565f0a695cfbf88fc7f6ad806ea737f911b 100644 (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;
 }