> Do you use hintfull in your fontconfig hintstyle settings?

No. I have a powerline config in my fontconfig conf directory though,
which contains

```xml
 <match target="font">
  <edit name="hinting" mode="assign">
   <bool>false</bool>
  </edit>
 </match>
 <match target="font">
  <edit name="hintstyle" mode="assign">
   <const>hintnone</const>
  </edit>
 </match>
 <match target="font">
  <edit name="rgba" mode="assign">
   <const>bgr</const>
  </edit>
 </match>
 <match target="font">
  <edit name="antialias" mode="assign">
   <bool>true</bool>
  </edit>
 </match>
```
I'm attaching the full file just in case, and I'm going to test stuff with it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1883369

Title:
  Weird font rendering on certain website with firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1883369/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to