<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi guys,<br>
The body font in RT 3.8.x's new theme 'web2' looks very blocky and ugly
on both a Linux and a Windows workstation here. We've only tested RT
3.8 on three workstations, the other being a Mac which rendered
Helvetica perfectly.<br>
<br>
On inspection of the CSS files I found that the font order is
Helvetica, and then Arial.<br>
<br>
I edited share/html/NoAuth/css/web2/layout.css:<br>
</font><tt>body {<br>
<br>
<br>
&nbsp;&nbsp;&nbsp; padding:0;<br>
&nbsp;&nbsp;&nbsp; margin:0;<br>
<br>
&nbsp;&nbsp;&nbsp; background: #547CCC
url(&lt;%RT-&gt;Config-&gt;Get('WebPath')%&gt;/NoAuth/css/web2/images/background-gradient.png)
top left repeat-x ;<br>
&nbsp;&nbsp;&nbsp; font-family: helvetica, arial, sans-serif;<br>
<br>
}<br>
</tt><font face="Arial"><br>
changing:<br>
</font><tt>&nbsp;&nbsp;&nbsp; font-family: helvetica, arial, sans-serif;</tt><br>
<font face="Arial">to:<br>
</font><tt>&nbsp;&nbsp;&nbsp; font-family: arial, </tt><tt>helvetica, </tt><tt>sans-serif;</tt><br>
<font face="Arial">to resolve the issue.<br>
<br>
I wonder if this is a common problem for Linux and Windows
workstations, and a mistake has been made in the CSS?<br>
<br>
Best regards,<br>
Justin<br>
</font>
</body>
</html>