On Wed, Oct 29, 2008 at 2:38 PM, Mike Hommey <[EMAIL PROTECTED]> wrote: > > Is pango-graphite installed on your system? > > Mike >
No, it's not, and installing it didn't make any difference, except that spaces between words between very big (o.O). In any case, I decided to investigate this and strip down a page to the smallest one that would still have the problem, and got quite surprised by the results. I had expected the problem to manifest itself with a specific font. Instead, the problem showed when some text had a font-size attribute set, whose unit was pt or cm. px, %, or literals like x-large didn't cause the problem. Here's the resulting page that has the problem: <html> <head> <style TYPE="text/css"> body {font-size:10pt;} </style> </head> <body> Hej hej på dig min vän </body> </html> pt and cm units depend on DPI, right? Could it be that iceweasel detects the dpi as 0? Even setting font-size to 1000pt doesn't make any difference. I tried setting a minimum size for text, but that didn't make any difference. My DPI is set correctly: $ xdpyinfo |grep resolution resolution: 96x96 dots per inch // Alexander -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]