FS#37336 - [chromium] Some fonts (monospace?) recently started displaying weirdly

Attached to Project: Arch Linux
Opened by David Rosenstrauch (darose) - Monday, 14 October 2013, 16:22 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 15 October 2013, 13:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I'm not sure what changed, but Chromium has recently started displaying certain fonts - most notably monospace fonts - very ugly.

The attached image shows a screenshot from a web-based app (rundeck) that I've been using daily for months. That page used to display quite nicely, using either Courier New or Fixed font (I forget which) to display the monospace font. However, it now display in the ugly shrunken font you see.

Culprit seems to be the css that the app is using for those elements:

table.execoutput td.data {
border-left: 1px solid white;
white-space: pre;
font-family: "Lucida Console",courier,monospace;
padding: 1px 3px;
vertical-align: top;
}

Chromium used to render that well, but apparently no longer does.

I haven't updated any packages on the server that runs it in months, so I know for a fact that nothing has changed over there. Not sure what changed on the client side (chromium? font rendering?) but apparently some recent change is now causing this issue.

Anyone know what the problem is/how to work around?

Chromium version is 30.0.1599.66-1
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Tuesday, 15 October 2013, 13:20 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Duplicate of  FS#37331 
Comment by Andreas Radke (AndyRTR) - Monday, 14 October 2013, 19:52 GMT
fontconfig behavior has changed with the latest update. check your settings.
Comment by Evangelos Foutras (foutrelis) - Monday, 14 October 2013, 22:33 GMT
In your screenshot it's using bitmap fonts after the fontconfig update ( FS#25499 ) as Andy pointed out.

I'm not sure what's the best way to fix this, but I just removed xorg-fonts-75dpi and xorg-fonts-100dpi from my system.

Loading...