Merge pull request #2235 from awesomerobot/master
fixing the username font on windows
This commit is contained in:
commit
d5ff793ea2
|
@ -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
|
||||
// --------------------------------------------------
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue