From 565b5c4b18435abc8f0130e52124d24f03e2f49c Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:00:33 +0100 Subject: [PATCH] UX: remove chat-specific font declaration (#20096) --- plugins/chat/assets/stylesheets/common/chat-drawer.scss | 2 -- plugins/chat/assets/stylesheets/common/common.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-drawer.scss b/plugins/chat/assets/stylesheets/common/chat-drawer.scss index 918dcd6b8c5..6181283b831 100644 --- a/plugins/chat/assets/stylesheets/common/chat-drawer.scss +++ b/plugins/chat/assets/stylesheets/common/chat-drawer.scss @@ -3,8 +3,6 @@ body.composer-open .chat-drawer-outlet-container { } .chat-drawer-outlet-container { - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; // higher than timeline, lower than composer, lower than user card (bump up below) z-index: z("usercard"); position: fixed; diff --git a/plugins/chat/assets/stylesheets/common/common.scss b/plugins/chat/assets/stylesheets/common/common.scss index d985227338a..340df2cc16b 100644 --- a/plugins/chat/assets/stylesheets/common/common.scss +++ b/plugins/chat/assets/stylesheets/common/common.scss @@ -380,8 +380,6 @@ body.has-full-page-chat { } .full-page-chat { - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; display: grid; grid-template-columns: var(--full-page-sidebar-width) 1fr;