You are not logged in.
Hello,
After installing infinality package I noticed that Firefox doesn't try to render other fonts specified for the page if the first one is missing. It just renders the default one.
For example, the following CSS will render default font even if there are other fonts in the system:
body { font-family: MissingFont, Arial, Helvetica, sans-serif; }
I suppose I have to tweak something in infinality conf, but I failed to find anything suitable.
Offline
I remember a similar thread on these forums a month or two ago. I suggest looking for it, and also checking the firefox bugzilla.
Offline
Thank you brebs!
I've read through the topic and firefox bug and found the quick workaround: I just removed all of the symlinks from /etc/fonts/conf.d except 52-infinality.conf
Later I'm going to investigate this problem to confirm which config causes such problem.
Offline