Update base.scss

Fonts for base.html
This commit is contained in:
Tran Trong Nghia 2023-01-14 13:45:38 +07:00 committed by GitHub
parent 91e3080240
commit cbbe0c4a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;