Issue 2910 fixed. Default layout IE web font problem solved.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-06 10:15:58 +00:00
parent 6be23a3ac2
commit a232eb184a
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
@charset "utf-8";
body,table,input,textarea,select,button{font-family:,NanumGothic,,Dotum,Arial,Helvetica,sans-serif}

View file

@ -1,3 +1,3 @@
@charset "utf-8";
@font-face{font-family:NG;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot)}
body,table,input,textarea,select,button{font-family:,NanumGothic,NG,,Dotum,Arial,Helvetica,sans-serif;font-size:13px}
body,table,input,textarea,select,button{font-family:,NanumGothic,NG,,Dotum,Arial,Helvetica,sans-serif}

View file

@ -2,6 +2,7 @@
<load target="../../common/css/bootstrap.min.css" />
<load target="../../common/css/bootstrap-responsive.min.css" />
<load target="bootstrap.layout.css" />
<load target="bootstrap.layout.ie78fix.css" targetie="lt IE 9" />
<load target="bootstrap.layout.ie9fix.css" targetie="IE 9" />
<load target="../../common/js/respond.min.js" targetie="lt IE 9" />
<load target="bootstrap.layout.js" type="body" />