mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
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…
x
Reference in New Issue
Block a user