Update base.scss
Fonts for base.html
This commit is contained in:
parent
91e3080240
commit
cbbe0c4a0a
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ body {
|
||||||
font-size: $base_font_size;
|
font-size: $base_font_size;
|
||||||
line-height: 1.231;
|
line-height: 1.231;
|
||||||
background: $background_light_gray;
|
background: $background_light_gray;
|
||||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif;
|
||||||
color: #000;
|
color: #000;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in a new issue