From dd18a07604b812deca6351816f3baf7269f84d24 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon 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 f0882462d37..0d963241d2f 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 556d92d4ed2..d125c84d680 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; }