We have now messy bad standard forum font quality since (about) 05.08.2017

The web guys seems to have changed the font quality or switched to another system font property. As they change the header area of the forum I guess.

On desktop browsers the text is washed out and it’s bad to read on 100%. The original font is used is currently visible in the thread editor. The same font bad Font was used while the forum style was changed some month ago, and ppl hate it.

Is there any chance to change the font back to its original quality by any user setting of the forum?


It’s nice and sharp for me.

Does the text from the image (crispy old style ) looks the same for you as the text above on 100% ? Should be desktop at dpi 100%.

Yeah it looks the same.

3176302--242082--Untitled-2.jpg [quote=“LaneFox, post:4, topic: 673549, username:LaneFox”]
Yeah it looks the same.
[/quote]
That looks pretty different to me.

3176302--242082--Untitled-2.jpg

1 Like

We updated the font to match the brand on our other sites. It’s now Roboto, where before it was Arial (Or Helvetica for macs).
I do see that it looks slightly blurry on your screenshot - what OS and browser is this on?

I’m on PC Windows 7 - LG34" 2580x1080 - Firefox - 100DPI 32bit.

1 Like

It looks fine for me, though I’m not fond of the header. Luckily, I have ublock origin by gorhill for such things, like when Unreal decided that stupid forum header was a good idea.

The code part now use different fonts as well: 3176934--242154--Untitled-1.jpg

Wow, I just checked the scripting forum and that is, in fact, a huge mess of a problem.

Basinga?

hey andreaspoulsen,

I can follow to have a continuous match of your company brand and style, but in this case the forum is a daily working area for developers and forum users. Would it be a deal to let the users decide what default font he wana use by a option in the personal setup?

2 Likes

Yeah I notice this aswel… I thought something was off since last week… but I wasn’t on paying much attention since I was at a different place using a different computer/screen last week… Now that I’m back home using my default system this forum really is a bit off putting now and I can’t just be bothered to read or reply to any threads because this font sucks for how its being used now. If that was the goal you achieved it Unity.

This bolder softer looking font is just not that nice for forum posts, tbh its not just that good for large amount of text at all… its more for a short amount of text or a header… weirdly enough the text input box is still using the older crisper font.

Seriously… its rubbish I don’t like it… its almost bordering on comic sans style now. The attached image that other guy posted is exactly how it looks for me aswel. (Win7 64x, Firefox)

1 Like

I found a workaround in Firefox, but could display other web sites lite different.
Firefox Preferences > Content > Advanced

3183711--242906--ff_pref.png

Uncheck the ‘Allow pages to choose their own fonts, instead of my selections above’ to override a web page’s font settings and impose your own. In my case I must use Serif Size 16 instead of 26 on the image.

3183711--242907--ff_pref_fonts.png

Using the firefox stylish addon css fix is a alot better than doing it that way…

This works fine for me…

@-moz-document domain("forum.unity3d.com") {
  body {
    font: 12px/1.0 arial,helvetica,clean,sans-serif!important;
   }
}

Also just realized I had old zolrans old dark Unity forum theme disabled, must have totally forgotten about it after the err can’t remember the name of it forum switch over that didn’t stick… goes nicely with the new header/footer…needs alot more color fixes, don’t like the text selection colors etc … probably just stick with the above font css fix for now.

https://pastebin.com/raw/2meDtP0R

2 Likes

Thanks, cool! I tried to enlarge the font from font: 12px/1.0 arial,helvetica,clean,sans-serif!important;
to 16px, but seems not work like that.

oh yeah the font size won’t change because its overwritten elsewhere in the css …message body font size can be adjusted by adding…

.messageText {
font-size: 1.25em!important; /*Seems to match the exact size as it was before */
line-height: 1.2;
}

body {
font-family: arial,helvetica,clean,sans-serif!important;
}

1 Like

Style over substance is the most embarrassing disease of the tech sector at the moment. It’s not clever.

However the font change recently is nowhere near as bad as the previous lithium thin-font fiasco although this newer one is slightly blurry, I can live with it fine. But really, forums aren’t about being a snowflake with nice text when it comes to game development. It’s about clearly communicating, often with code.

Please be careful with forum changes. Would be sad if people communicated better on rival forums.

2 Likes

I have yet to see the font blurry myself in Chrome, Firefox or Safari - and I’ve checked on multiple systems and OS’s. It looks odd in IE but that’s about it, and that’s expected. Does the font look blurry on Roboto - Google Fonts ?

So I checked the forums out on chrome (yuck) its bad… I don’t know even know why people are still posting, maybe they don’t read the replies anymore :smile:

In other news I checked out Vivaldi the chromium fork, is getting better… its like a less shit/ugly version of Chrome with more built in customization/options… nothing compared to Firefox+extensions, but still fast for somethings. And you can still use the same chrome extensions for it, figured I’d mention it as Goolag really are shit and rather see its best bits forked and improved :slight_smile: