한국어 접속자일 경우 기본으로 돋움 폰트가 지정되도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-21 08:58:24 +00:00
parent 75a549a787
commit 04a1fed23c
4 changed files with 8 additions and 3 deletions

View file

@ -18,6 +18,11 @@
var current_mid = "{$mid}";
var wating_message = "{$lang->msg_call_server}";
//]]></script>
<!--@if(Context::getLangType()=='ko')-->
<style type="text/css">
body { font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
</style>
<!--@end-->
{Context::getHtmlHeader()}