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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every regular text element is bold and bold texts are even bolder #2810

Open
2 of 5 tasks
hw25io opened this issue Jan 15, 2024 · 1 comment
Open
2 of 5 tasks

Every regular text element is bold and bold texts are even bolder #2810

hw25io opened this issue Jan 15, 2024 · 1 comment

Comments

@hw25io
Copy link

hw25io commented Jan 15, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Operating System

  • macOS
  • Windows
  • Linux

Operating System Version

Windows 10

It happens on the web browser too?

No, it just happens on the Desktop app

Rocket.Chat Desktop App Version

3.9.11

Rocket.Chat Server Version

6.5.2

Describe the bug

Using client with 3.9.11 on Windows 10. Since the last (or second to last?) update, all the normal texts are bold and the bold ones even bolder. Reinstalled the client and also removed all the settings and files i could find in the %appdata%.

Two screenshots are attached for comparison:

Screenshot from the browser:
capture-web

Screenshot from the desktop client:
capture-desktop

How to Reproduce

I don't know if this can be reproduced by anyone else as I have only installed the client and have not changed any other settings.

Describe your Expected behavior

Text in the desktop client should be identical to the one in the browser.

Anything else

No response

Are you willing to submit a code contribution?

  • Yes, I am willing to submit a Pull Request!
@hw25io
Copy link
Author

hw25io commented Mar 11, 2024

After fiddling around with the DevTools i was able to identify the "problem" (still not sure if it really is one). In the following css definition:

.rcx-box--full, .rcx-box--full:after, .rcx-box--full:before, .rcx-chip { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: 0 solid; font-family: Inter,-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; font-family: var(--rcx-font-family-sans,Inter,-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); margin: 0; outline: none; padding: 0; }

is a font name "Inter" mentioned. If i remove just this font from the list everything is fine. Here's a screenshot of the font on my system:

image

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

1 participant