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;
|
||||
line-height: 1.231;
|
||||
background: $background_light_gray;
|
||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
||||
font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif;
|
||||
color: #000;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
|
@ -872,4 +872,4 @@ select {
|
|||
#event-tab {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue