请教一个简单问题
字体的样式(黑体,隶书,楷体),显示不出来,怎么修改<script language="javascript">
<!--
function ShowTitle(){
document.write("<font style='font-size:24pt;align:center;'>"+"计算机与信息管理系"+"<p><br/>");
}
"<font style='font-family:黑体'>"+ShowTitle();
"<font style='font-family:隶书'>"+ShowTitle();
"<font style='font-family:楷体'>"+ShowTitle();
//-->
</script>