<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Djones9976 wrote:<br>
<br>
</div>
<blockquote type="cite"
cite="mid:2009496345.1928336.1596912082583@mail.yahoo.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div style="color:black;font: 12pt Arial, Helvetica, sans-serif;">Thank
you for clarifying that for me. I have been missing that all
along. I need to change the fonts that appear after the
document is compiled and ready for print.<br>
</div>
</blockquote>
<br>
Then in TeX, you would write something like :<br>
<ul>
<li>\font \bodyfont = cmr10 scaled \magstephalf</li>
<li>\bodyfont<br>
</li>
</ul>
<p>In XeTeX :<br>
</p>
<ul>
<li>\font \bodyfont = "Palatino Linotype" at 11 pt</li>
<li>\bodyfont<br>
</li>
</ul>
<p>In LaTeX or XeLaTeX, someone else will have to guide you.<br>
</p>
<p><i>Philip Taylor</i><br>
</p>
<br>
</body>
</html>