diff options
author | Martin Wright <martin@mysociety.org> | 2014-04-04 12:42:13 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:11 +0100 |
commit | a96c06c8cc1f4ec428f272b5d8f855e00eb78932 (patch) | |
tree | 8afe126b2dee28f7e9c721e8567dbd30a63cad8f | |
parent | 5cb0337402bc1c9258523a6d33026820b435c58e (diff) |
font-weight now bold, 700 was hangover from web fonts which are no londer used
-rw-r--r-- | app/assets/stylesheets/responsive/_global_style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss index c1af55e6c..7af822dec 100644 --- a/app/assets/stylesheets/responsive/_global_style.scss +++ b/app/assets/stylesheets/responsive/_global_style.scss @@ -1,5 +1,5 @@ h1,h2,h3 { - font-weight:700; + font-weight:bold; line-height:1em; letter-spacing:0; clear:left; |