I'm getting the following 500.phtml error. Am I wrong in assuming that this is caused the system looking for the Tahoma font? I've checked the BASE.CSS taken out all references to the font, and I don't see it theme general settings. Anyone have an idea where I should look for the problem?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="font:18px Tahoma;"> Error 500<br />Internal Server Error. </body></html>
Thanks