Re: [Freedos-user] Dillo fonts

2011-11-23 Thread nospam
Hi Marcos, in this beta version the TEMP environment variable has to be set to point to the Dillo for DOS directory where the "fonts" subdirectory with the fonts is located. You see fixed-pitch fonts if Dillo does not find the fonts. Georg - Original Message - From: "Marcos Favero Flo

Re: [Freedos-user] Dillo web browser for DOS

2011-11-23 Thread Rugxulo
Hi, On Wed, Nov 23, 2011 at 11:58 PM, dos386 wrote: > >> I wonder if a "workaround" would be to detect Dillo on the web site > > Please don't do it like that ... it's just recycling this B.S. "technology": > > if (detectIE5) >  make IE5 happy > else > ... > endif Most sites dropped IE6 already.

Re: [Freedos-user] Dillo fonts

2011-11-23 Thread dos386
> I'm assuming the screenshot is from Dillo for DOS Right ... shot in DOS with Dillo-DOS, uploaded in Windaube with Dillo-Win32. > Dillo is rendering all text in fixed-pitch (monospace) font, > and all in the same font size. Shot please. > I'm *not* loading DOSLFN since I got the SFN version of

Re: [Freedos-user] Dillo web browser for DOS

2011-11-23 Thread dos386
> I wonder if a "workaround" would be to detect Dillo on the web site Please don't do it like that ... it's just recycling this B.S. "technology": if (detectIE5) make IE5 happy else if (detectIE5.5) make IE5.5 happy else if (detectIE6) make IE6 happy else if (detectO