Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird monospace font on message type #12653

Closed
bkraul opened this issue Nov 17, 2018 · 3 comments
Closed

Weird monospace font on message type #12653

bkraul opened this issue Nov 17, 2018 · 3 comments

Comments

@bkraul
Copy link

bkraul commented Nov 17, 2018

Description:

After the last develop update, a weird monospaced (courier-like) font appears in the message type box. Here's to hoping this is not a design decision. 馃槈

Steps to reproduce:

  1. Update to RocketChat 0.72.0-develop (commit 3a154eb)
  2. Try to send a message.

Expected behavior:

The font for typing the message should be consistent with the messages being displayed.

Actual behavior:

A weird monospaced font (which is hard to read on the Electron client) appears instead.
image

Rocket.Chat

Version 0.72.0-develop
Database Migration 135
Database Migration Date Sat Nov 17 2018 11:43:09 GMT-0600 (Central Standard Time)
Installed at Tue Jul 03 2018 10:28:32 GMT-0500 (Central Daylight Time)
Uptime 6 hours, 18 seconds
Deployment ID wecGmPkstnsm2e7ge
PID 1
Running Instances 1
OpLog Enabled

Commit

Hash 3a154eb
Date Fri Nov 16 19:14:13 2018 -0200
Branch develop
Tag 0.71.0
Author Marcos Spessatto Defendi
Subject [FIX] Fix favico error (#12643)

Runtime Environment

OS Type Linux
OS Platform linux
OS Arch x64
OS Release 4.15.0-39-generic
Node Version v8.11.3
OS Uptime 1 days, 19 hours, 58 minutes, 39 seconds
OS Load Average 0.37, 0.31, 0.26
OS Total Memory 7.79 GB
OS Free Memory 403.88 MB
OS CPU Count 4
@bkraul
Copy link
Author

bkraul commented Nov 20, 2018

Temporary fix for me:

Add a style under Layout -> Custom CSS:

textarea.rc-message-box__textarea {
  font-family: YourFonts-here;
}

(You can copy the font-family from .global-font-family, mine is customized to add the Slack Lato font).

.global-font-family {
    font-family: Lato,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Helvetica Neue','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Meiryo UI',Arial,sans-serif;
}

@reetp
Copy link

reetp commented Nov 20, 2018

This has just appeared on https://open.rocket.chat

@sampaiodiego
Copy link
Member

fixed by #12729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants