fixing the username font on windows

This commit is contained in:
Kris Aubuchon 2014-04-06 20:06:55 -04:00
parent 0fcee0dd88
commit dd18a07604
2 changed files with 2 additions and 2 deletions

View file

@ -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
// --------------------------------------------------

View file

@ -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;
}