Hi,<br>
<br>
I didn't like the way the Verdana font displays at 8pts displays the numbers<br>
&quot;2&quot; and &quot;6&quot; so I tried to replace it at another size with this:<br>
<br>
&lt;match target=&quot;pattern&quot;&gt;<br>&nbsp;&lt;test qual=&quot;any&quot; name=&quot;family&quot; &gt;<br>&nbsp; &lt;string&gt;Verdana&lt;/string&gt;<br>&nbsp;&lt;/test&gt;<br>&nbsp;&lt;test qual=&quot;any&quot; name=&quot;size&quot; compare=&quot;eq&quot; &gt;
<br>&nbsp; &lt;double&gt;8&lt;/double&gt;<br>&nbsp;&lt;/test&gt;<br>&nbsp;&lt;edit mode=&quot;assign&quot; name=&quot;size&quot; &gt;<br>&nbsp; &lt;double&gt;7&lt;/double&gt;<br>&nbsp;&lt;/edit&gt;<br>        &lt;/match&gt;<br>
<br>
But the above didn't seem to work. Am I not going about this the correct way?<br>
<br>
Thanks for any pointers!<br>
<br>
Andy<br>
<br>