commit
24dbcd8824
4 changed files with 8 additions and 5 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;
|
||||||
|
@ -872,4 +872,4 @@ select {
|
||||||
#event-tab {
|
#event-tab {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#chat-input, #chat-log .content-message {
|
#chat-input, #chat-log .content-message {
|
||||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif;
|
||||||
}
|
}
|
||||||
.info-pic {
|
.info-pic {
|
||||||
height: 90%;
|
height: 90%;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.content-description {
|
.content-description {
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif;
|
font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -252,4 +252,4 @@ a.view-pdf {
|
||||||
}
|
}
|
||||||
details summary {
|
details summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -374,5 +374,8 @@
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue