diff options
author | Hakim El Hattab | 2013-11-08 08:11:35 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-11-08 08:11:35 -0500 |
commit | 705d5a012cc36d61a59823ea8966d5bfbf34f5b2 (patch) | |
tree | 23df6670f021b549cfa3cacc5666f45140c1faed /css/theme/blood.css | |
parent | 3a8bcb174ab536b778191f5c20f7bd5b5415acca (diff) |
define normal font widths in all themes to make sure things look the same after #691
Diffstat (limited to 'css/theme/blood.css')
-rw-r--r-- | css/theme/blood.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css index 5763898..91521ab 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -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; } |