Issue 2912 fixed. Second font added. "Malgun Gothic".

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12717 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-07 03:05:09 +00:00
parent e7bc5597c0
commit a68cbdd5ee

View file

@ -1,6 +1,6 @@
@charset "utf-8";
body{min-width:300px;padding:0 10px}
body,table,input,textarea,select,button{font-family:,NanumGothic,,Dotum,Arial,Helvetica,sans-serif;font-size:14px}
body,table,input,textarea,select,button{font-family:,NanumGothic,"맑은 고딕","Malgun Gothic",,Dotum,Arial,Helvetica,sans-serif;font-size:14px}
@media all and (min-width:768px){
body,table,input,textarea,select,button{font-size:13px}
}