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/solarized.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/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 17c3205..4eeed62 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -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; } |