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/template | |
parent | 3a8bcb174ab536b778191f5c20f7bd5b5415acca (diff) |
define normal font widths in all themes to make sure things look the same after #691
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 735b765..ff86356 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -12,7 +12,7 @@ body { .reveal { font-family: $mainFont; font-size: $mainFontSize; - font-weight: 200; + font-weight: normal; letter-spacing: -0.02em; color: $mainColor; } |