pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Garbled output with Firefox 77
On Fri, 5 Jun 2020 at 12:53, David Brownlee <abs%absd.org@localhost> wrote:
>
> On Fri, 5 Jun 2020 at 12:21, Jaromír Doleček <jaromir.dolecek%gmail.com@localhost> wrote:
> >
> > Le ven. 5 juin 2020 à 10:23, Marc Baudoin <babafou%babafou.eu.org@localhost> a écrit :
> > > > Has anyone experienced the same problem?
> > >
> > > The problem is still present with version 77.0.1.
> >
> > I recall there was some minor gnome lib bump which dropped support for
> > fixed size fonts or some such.
> >
> > Could it be a font issue?
>
> Also seeing this here - firefox 77 and all other packages from latest
> pkgsrc build (just before 77.0.1 bump).
>
> I don't think its a font issue - as pages show without any layout -
> its as if it tried to layout a stream of random bytes as an html file.
>
What about disabling the website fonts?
From website css:
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0')
format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular')
format('svg');
font-weight: normal;
font-style: normal;
}
Tools > Options > Content : Fonts & Colors > Advanced >
Un-check:
"Allow pages to choose their own fonts, instead of my selections above"
--
Ottavio Caruso
Home |
Main Index |
Thread Index |
Old Index