From 91e3080240e939c60ed7073dda8aab4d11ef38ad Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sat, 14 Jan 2023 13:44:24 +0700 Subject: [PATCH 1/4] Add Google Font to html --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index 0dc4af2..b810bbe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -374,5 +374,8 @@ {% endblock %} + + + From cbbe0c4a0a0b077aea623fe2e2e6d6414f5991f5 Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sat, 14 Jan 2023 13:45:38 +0700 Subject: [PATCH 2/4] Update base.scss Fonts for base.html --- resources/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/base.scss b/resources/base.scss index 92c485e..f0a8f60 100644 --- a/resources/base.scss +++ b/resources/base.scss @@ -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; } -} \ No newline at end of file +} From d085b54f825e30d22beda745dd35caf590348413 Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sat, 14 Jan 2023 13:46:10 +0700 Subject: [PATCH 3/4] Update chatbox.scss Fonts for chatbox --- resources/chatbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index ecee2da..979a239 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -90,7 +90,7 @@ } } #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 { height: 90%; From 7733ce04e54a13274e57fd6aa123adbc43d68648 Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sat, 14 Jan 2023 13:46:46 +0700 Subject: [PATCH 4/4] Update content-description.scss Fonts for content-description.scss --- resources/content-description.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/content-description.scss b/resources/content-description.scss index 49ba478..df4f4e4 100644 --- a/resources/content-description.scss +++ b/resources/content-description.scss @@ -3,7 +3,7 @@ .content-description { line-height: 1.6em; font-size: 15px; - font-family: "Segoe UI", Arial, "Lucida Grande", sans-serif; + font-family: "Noto Sans", Arial, "Lucida Grande", sans-serif; img { max-width: 100%; @@ -252,4 +252,4 @@ a.view-pdf { } details summary { cursor: pointer; -} \ No newline at end of file +}