Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

All font is bold

For some reason, All the font in roll20 in game, not just the handouts, but loading screens, chat UI and macro names are all Bold, This is a pain in the ass as I had made certain text in my handouts bold so they are easier to read. It only started a couple of days ago, has there been a recent update to the text client to cause this?
1572430290
Ziechael
Forum Champion
Sheet Author
API Scripter
Which browser are you using? I've noticed this on multiple sites when using Chrome, sometimes bringing the window into focus clears it, sometimes I have to refresh it... and sometimes it doesn't happen at all! Fun times! I don't think it is a Roll20 thing though, although I'm often wrong ;)
Firefox, and its probably not a roll20 thing, but its one of the most prominent, and I figured people here would know how to fix it
1572487286
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Some things to try: 1 Chrome. 2 A Private Browsing window in Firefox or Chrome. 3. Go through the troubleshooting steps below. A mod should eventually be by to escalate if they do not solve the problem, but it would be speedier if you had already done them. Most important is step 4 if Step 1-3 fail to bring resolution. Guide to  Solving Technical Issues : Step 1: Make sure to use the right browser Please check if these issues persist when using both Chrome  and  Firefox. Step 2: Ensure that there are no extensions/addons interfering with Roll20 Please disable  all  add-ons/extensions. Step 3: Clear your cache If none of the above succeeds, please thoroughly work through  Step 4 .  (Don't forget the complete Console Log!) Thank you!
I inspected the element with firefox, and found that the problem seems to be on line 9852 of base.css if i change the code on it from   font-family:'Helvetica Neue`,Helvetica,Arial,sans-serif; to   font-family:Helvetica,Arial,sans-serif; the problem seems to be fixed, but I don't know how to make that permanent
1572798942
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You should be able to redefine that using an extension like Stylus. There are numerous Stylus examples here and here .
1572799133
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Actually, looking closely at that code, if that is indeed a cut and paste, there is a serious typo there.  font-family:'Helvetica Neue`,Helvetica,Arial,sans-serif;c Should be font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; Whoever typed that used a grave accent instead of a straight single quote.
1572799667
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I'm unable to find that line as written in base.css, but I'm certainly no expert.
1572814953

Edited 1572815012
Andreas J.
Forum Champion
Sheet Author
Translator
1. What operating system are you using? 2. Are you using a custom theme for the operating system which changes the default fonts, font sizes, or related? I remember that in rare cases, different operating systems could show different, even with the same browser. (Meaning that that all default font that exist on Windows, doesn't exist on Mac or Linux, and vice versa) When I looked at the same things as you on Firefox 70(Linux Mint), it looked okay: