From 04b915e835ea90849bca71860c0c1587c7742f2e Mon Sep 17 00:00:00 2001
From: onyxserpent <jkanne@onyxserpent.com>
Date: Thu, 9 Oct 2014 20:23:53 -0700
Subject: [PATCH] Reverting font weight changes

---
 app/assets/stylesheets/themes/default/layout/_typography.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss
index 10cdeb4..d3bb484 100644
--- a/app/assets/stylesheets/themes/default/layout/_typography.scss
+++ b/app/assets/stylesheets/themes/default/layout/_typography.scss
@@ -18,7 +18,6 @@ h1, h2, h3, h4, h5, h6 {
   line-height: 1.25em;
   margin: 0;
   text-rendering: optimizeLegibility; // Fix the character spacing for headings
-  font-weight: 400;
 
   a {
     color: $dark-blue;
@@ -56,7 +55,7 @@ p {
 a {
   color: $base-link-color;
   text-decoration: none;
-  font-weight: 400;
+  font-weight: bold;
   @include transition(color 0.1s linear);
 
   &:hover {