[Bug 238482] www/firefox: 67.0_3,1 print pre-formatting is HORRIBLE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 11 19:13:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238482

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
              Flags|maintainer-feedback?(gecko@ |maintainer-feedback+
                   |FreeBSD.org)                |
             Status|Open                        |Closed

--- Comment #6 from Jan Beich <jbeich at FreeBSD.org> ---
Bitmap fonts simply don't support anti-aliasing and generally only look good at
very low resolutions. Firefox selects non-embedded fonts according to
fonts-conf(5). Bug 225744 tried to make behavior match Ubuntu by default but
apparently some users like how bitmap fonts look.

To see the list of bitmap fonts run "fc-list :scalable=false". To check if
they'd be used by default run "fc-match serif", "fc-match sans-serif",
"fc-match monospace". fontconfig behavior can be adjusted without creating
fonts-conf(5) files simply by symlinking desired files from conf.avail/ to
conf.d/ under /usr/local/etc/fonts/.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gecko mailing list