Chrome and CentOS 7
-
If you are using CentOS 7 and have a weird issue with text not showing up on some sites, it's SELinux. I kept getting notifications that chrome couldn't use the Roboto font, but never put it together that the problem was linked to some sites not showing text. It worked for pretty much every site, except this one and some google forums. Just an FYI.
-
Maybe there is an SELinux config file that would deal with that?
-
@scottalanmiller I can't remember what I used. If you have the Alert Browser, it will tell you what to run to allow it.
-
@scottalanmiller history | grep Roboto reveals these:
sudo restorecon -v /home/john/.local/share/fonts/Roboto-Black.ttf sudo semanage fcontext -a -t FILE_TYPE '/home/john/.local/share/fonts/Roboto-Black.ttf'