mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
fixing the username font on windows
This commit is contained in:
parent
0fcee0dd88
commit
dd18a07604
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue