Merge pull request #2235 from awesomerobot/master

fixing the username font on windows
This commit is contained in:
Sam 2014-04-07 11:42:36 +10:00
commit d5ff793ea2
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;
}