Update font family order
This commit is contained in:
parent
8bf07d7722
commit
f8d08c477c
3 changed files with 3 additions and 3 deletions
|
@ -115,7 +115,7 @@ body {
|
|||
font-size: $base_font_size;
|
||||
line-height: 1.231;
|
||||
background: $background_light_gray;
|
||||
font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
|
||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
||||
color: #000;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
}
|
||||
#chat-input, #chat-log .content-message {
|
||||
font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
|
||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
||||
}
|
||||
.info-pic {
|
||||
height: 90%;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.content-description {
|
||||
line-height: 1.6em;
|
||||
font-size: 15px;
|
||||
font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
|
||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue