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;