<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Came up with the following:<br>
    <br>
    <blockquote><tt>\newif\iffontexists<br>
        \def\fontexists#1{<br>
           \fontexistsfalse<br>
           \batchmode <br>
           \font\tstfnt="#1" <br>
           \errorstopmode<br>
           \ifnum\strcmp{\fontname\tstfnt}{"#1"}=0 <br>
              \fontexiststrue<br>
           \fi<br>
        }</tt><br>
    </blockquote>
    <br>
    <br>
    <br>
    It works, but is there an easier way? <br>
  </body>
</html>