ErgoDox Oryx bad font in Chromium browsers - google-chrome

For all of my chromium based browsers, I'm getting a very bad font within Oryx for ErgoDox. If you're not familiar with the tool, you can see my keyboard layout here.
Update: I'm seeing in "Rendered Fonts" a strange font I don't recognize. Now I'm trying to work out how this is even happening, and why it's all my chromium browsers. See bottom photo below.
Update 2: The current theory is that my system is using the first "sans-serif" font it finds because of a syntax error in ErgoDox's CSS for the font-family; "Lato" should be enclosed in single quotes ' and it is not. This is causing my system to fall back to the first sans-serif font it finds, which is normally something more useful like "Arial", but is pix PixelFJVerdana12pt in my case. I've installed both "Lato" and "LatoLatin" and it is still rendering this awful font.
Update 3: Uninstalling "pix PixelFJVerdana12pt" fixed the issue ?? Now I'm looking into that font to figure out what the heck that even is? Now it renders Lato from the web? I'm putting an updated screenshot at the bottom with it fixed.
Here's what I've discovered and tried:
The site uses "Lato,sans-serif;" for all its fonts - loaded from woff2/woff files hosted on their site.
This problem exists for all of my chromium browsers: Chrome, Brave, Vivaldi, Edge.
The site loads just fine in chromium (Chrome) for a friend of mine.
The site loads just fine for me on my mobile phone.
Extensive searching online yields no reports of anyone else having this issue.
The site displays fine in Firefox.
I've installed Lato to my machine directly from Google Fonts.
I've downloaded the woff2/woff files from ErgoDox and opened them using a woff viewer online; they display correctly there.
Reloading the site with cache disabled does not work.
There are no console, or network errors (in developer tools).
The only extensions I have installed in this instance of chromium are: 1Password, Adobe Acrobat and Application Launcher for Drive (Google).
I run Windows Defender and Malwarebytes Enterprise.
I highly suspect this issue is local to me, and not a more global issue.
Anyone else with this issue? Any suggestions?
Problem demonstration:
Weird rendered font:
After uninstalling "pix PixelFJVerdana12pt":

The solution to the problem was to uninstall the "pix PixelFJVerdana12pt" font. I have no idea what is wrong with it, but it's now working as expected.
Those of you who get your kicks out of IT troubleshooting and mysteries, this is a good one for you to try to figure out! I'd still love to understand why this was happening - so strange.

I think I've figured it out and fixed it on my system - the font pix PixelFJVerdana12pt/PixelFJVerdana12pt by Flashjunior.ch has a TTF UniqueID of 0, which must cause Windows's font handling to treat it differently. I changed this to the font's name in FontForge, and replaced it on my system - after a restart of Chrome, the fonts in Oryx and gameatlas.com seem to be how they were intended to look.

Related

Hardware acceleration in Chrome causes serif web fonts to stop working

I have included some fonts in .woff format locally and everything works fine in Firefox and Edge. Only in Chrome, serif fonts are not displayed and the default font is output.
After a few tries, I found that the problem can be solved by disabling "hardware acceleration" in Chrome settings.
After disabling hardware acceleration, the serif font is displayed in Chrome without any problems.
Does anyone have any ideas what causes this issue? In my eyes, it is not due to the code or configurations but is only due to Chrome, because Chrome settings fix the problem. But now it is difficult to explain to potential visitors that it is not a website or code problem.
Any experience or ideas here?
I'm glad to have found the cause finally after lots of research, but unfortunately it's not a real solution. I want to make sure that locally embedded fonts in woff format always work without problems on all browsers.

Can't see certain characters in Chrome (yes I searched, results didn't work)

So I found this site to make some silly text. I see this. Now I have a bunch of fonts installed that should allow me to see this (DeJaVu, Arial Unicode, Quivira, etc) and I tried various encoders too. I have no issues in Firefox and Chrome works on my MacBook but on my Windows 8.1 PC it just won't show. I am able to see this thing: ยป which some people have trouble seeing. And I tried incognito and still not working. Am I doing something wrong or what?
Have you tried installing the font Code2000? If that doesn't work with Chrome, try Code2000 in the newest IE (where I confirmed it work).

Google Web Fonts Rendering Pix-elated on specific computer

[Problem] -- I am having a problem with web fonts rendering on a specific computer, other computers in my house render the text fine (same OS and browser versions). They look really bad and pix-elated I know all about differences between how browsers render things differently but its not supposed to look this bad.
[What I've Tried] -- I tried prioritizing the .svg in my CSS first on my site to fix it on Google Chrome but it did not help. I installed Firefox and discovered it too does not render the Open Sans font correctly either. I also have tried clearing my cache (I have a cache clearing plugin) and opening in a incognito window thinking a chrome extension was causing a problem but no difference. From the screen shot it appears Chrome at least renders the larger "Open Sans Condensed" but the smaller text is pixelated. Its weird a fresh install of FF also has the same problem as Chrome. Also tried downloading the font files from Google Fonts and installing them locally, no difference.
IE 11 renders the text correctly. I need trouble shooting ideas..
The screen shot below is from the official Google Fonts website located here http://www.google.com/fonts/specimen/Open+Sans#pairings so it should rule out any bad coding on my own page. The open sans font on fontsquirrel loads correctly and its not pix-elated.
Here is what I see and I don't think the fonts should look that pixelated... http://imgur.com/hwvupBq sorry too low rep to post images :(
Each browser loads the fonts using different formats. Usually you would use font-face with the four different types, EOT, WOFF, SVG AND TTF. You can use the Font Squirrel site to load your font and spit out the four different versions. Also, take a look at Google font embedding which takes care of the the work (although they will look slightly different in different browsers)
The problem ended up being that my Windows 7 machine did not have cleartype enabled. See this post to see how to enable it http://www.howtogeek.com/howto/28790/tweak-cleartype-in-windows-7/

Google Web Fonts poorly rendered in Chrome. Solution?

I am using two Google Web Fonts at my website. They are Roboto Slab and Fauna One. They look good in latest Mozilla Firefox and IE10 but for some reason they look horrible in Google Chrome.
They are linked to my website as follows:
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'>
It took me a while to realize that Google Chrome has a problem with web fonts and that it renders them poorly. I am wondering if there is solution for this?
What if I download those two font types and embed them into the main directory of my website and then call them through CSS via #font-face property? Would Google Chrome in that case render those fonts nicely or I would still have the same problem and poorly rendered fonts???
Or there is some other solution for this issue?
Thank you all!
I believe I saw some bug report for Chrome where it was mentioned that this will be fixed - but I'm not 100% sure. I believe that it's not actually 100% the fault of Chrome...
My understanding is that the problem is to do with the order in which font types are presented in the #font-face directive. So, Chrome handles more than one type but not all types will render at equal quality. Apparently, Google actually doesn't serve the fonts in the right order from fonts.google.com - somehow...
In the end I found that, with Roboto at least (which I'm also using on a project), it is available for use on Font Squirrel (and open sourced under the Apache 2.0 license) - so you can download it here: http://www.fontsquirrel.com/fonts/roboto (download the Webfont Kit for full cross-browser font support) - you lose the CDN goodness of having it hosted on Google's servers if you use it from your own web server but, IMHO, I'd rather lose a few milliseconds than have to deal with such terribly rendered text...
I can't help you with Fauna One, unfortunately - it doesn't appear to be listed on Font Squirrel - perhaps you can find it on another font site? Or another similar font which is available on font squirrel?
From a web browser perspective (Chrome being the browser in question), Chrome 35 in Windows has difficulty rendering some fonts, like Roboto, without some horrible artifacts that make the font difficult to read.
There is a feature called DirectWrite that will be included by default in future versions of Chrome that will fix this problem. You can enable it now in Chrome 35 by going to chrome://flags in your browser URL bar. You can Enable DirectWrite (experimental in Chrome 35), close your browser, open and try again.
Just to be clear, I discovered this problem on Chrome 35 for Windows. DirectWrite is a DirectX API for rendering fonts in Windows. Chrome by default uses Windows Graphics Device Interface (GDI) which seems to be the problem.
See this article

All browsers displaying italic text when not supposed to

I am having a problem with my browsers (Safari, Chrome, and FF) displaying text in italics when it's not supposed to be italicized. This is happening on multiple sites including Google sites (Google, YouTube) as well as sites I have built and others (godaddy email, ford.com, even stackoverflow). Surprisingly though, it is not happening with my time tracker site (freeagent.com).
I have no idea what's going on. I have not installed any new software recently nor any new fonts. I am running Mac OS X lion.
I had the same problem where all the email titles were bold in my GoDaddy Email, on several browsers and only at one computer. It all happened after installing Suitcase Fusion and copying over a font library to that specific computer. I followed Lisa's suggestion and permanently turned on another version of Arial (TrueType, version 3.05) and it did the trick: all the email titles are back to normal (bold if unread, regular if read).
I've been having this problem... text bold and italic in all browsers, websites, twitter, even emails... what I did to fix it was make sure that Arial was turned on permanently in my Suitcase... it should have been anyway as a system font I guess but who cares because it fixed it!
Check your Safari Preference (Command-,), and navigate to Appearance tab, double check and make sure that the Standard font is non-italic font. Mine is Times 16. Hope this helps.
In chrome to solve this you have to do the following:
paste address bar the following and hit enter: chrome://flags#disable-direct-write
Under Disable DirectWrite Windows click "Enable" (this will disable DirectWrite in fact (background becomes white)
A button labeled "Relaunch Now" at the bottom of your screen will apear. Click that button and will relaunch Chrome with the new settings, and the text should appear normal after this.
Recently had this problem on my Windows 7 machine, while running Google Chrome Version 52.0.2743.116 m. None of the other fixes mentioned here worked for me.
Turns out that an installed application had reregistered some basic fonts, which lead to Chrome not being able to find the fonts. In my case it was NewspaperDirect's PressReader (which I don't recall ever installing), that modified the registry so some basic fonts pointed to .ttf files stored in PressReaders program files folder.
Fix
Run regedit.exe (with admin privileges)
Navigate to the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts".
Scroll through the list of fonts, and locate any that are similar to "C:\Program Files (x86)\NewpaperDirect\PressReader\publisher\Styles\Fonts[font name].ttf"
Right click the value name and choose Modify....
Remove the directory path, so that all that remains is the file name "[font name].ttf".
Repeat 4 and 5 for all bad registry values.
Restart Chrome.
Registry value before fix
Bad registry value
Good registry value
Fixed registry value
if you have same problem with other browsers too, it may because of some errors in your fonts in windows. try to reinstall default windows font in your font folder (c:/windows/fonts). you can copy default font from another pc or download it from here :
http://www.withsteps.com/404/how-i-restored-my-windows-7-default-fonts.html