From dd18a07604b812deca6351816f3baf7269f84d24 Mon Sep 17 00:00:00 2001
From: Kris Aubuchon <shout@k-ris.com>
Date: Sun, 6 Apr 2014 20:06:55 -0400
Subject: [PATCH] fixing the username font on windows

---
 app/assets/stylesheets/common/foundation/variables.scss | 2 +-
 app/assets/stylesheets/desktop/topic-post.scss          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/common/foundation/variables.scss b/app/assets/stylesheets/common/foundation/variables.scss
index f0882462d..0d963241d 100644
--- a/app/assets/stylesheets/common/foundation/variables.scss
+++ b/app/assets/stylesheets/common/foundation/variables.scss
@@ -34,7 +34,7 @@ $github: #6d6d6d !default;
 
 $base-font-size: 14px !default;
 $base-line-height: 19px !default;
-$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
+$base-font-family: Helvetica, Arial, sans-serif !default;
 
 // Broad general variables
 // --------------------------------------------------
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index 556d92d4e..d125c84d6 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -512,7 +512,7 @@ iframe {
       width: 45px;
       word-wrap: break-word;
       color: $primary_text_color;
-      font-weight: 500;
+      font-weight: normal;
       line-height: 1.3;
     }