Issue 2912 fixed. Web font disabled. Can be enabled as an option.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-07 03:01:20 +00:00
parent a232eb184a
commit e7bc5597c0
6 changed files with 20 additions and 11 deletions

View file

@ -1,10 +1,8 @@
@charset "utf-8";
body{min-width:300px;padding:0 10px}
body,table,input,textarea,button,select{font-family:,Dotum,Arial,Helvetica,sans-serif}
body,table,input,textarea,select,button{font-family:,NanumGothic,,Dotum,Arial,Helvetica,sans-serif;font-size:14px}
@media all and (min-width:768px){
body{padding:0}
@font-face{font-family:NG;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);src:local(),url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff')}
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-size:13px}
}
h1,h2,h3,h4,h5,h6,th,strong,b{font-weight:600}
/* Bootstrap Override */

View file

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

View file

@ -1,3 +0,0 @@
@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}

View file

@ -0,0 +1,5 @@
@charset "utf-8";
@font-face{font-family:NG;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);src:local(),url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff')}
@media all and (min-width:768px){
body,table,input,textarea,select,button{font-family:,NanumGothic,NG,,Dotum,Arial,Helvetica,sans-serif}
}

View file

@ -17,6 +17,18 @@
</menu>
</menus>
<extra_vars>
<var name="WEB_FONT" type="select">
<title xml:lang="ko">웹 폰트</title>
<title xml:lang="en">Web Font</title>
<options value="NO">
<title xml:lang="ko">'나눔고딕' 웹 폰트 사용 안함</title>
<title xml:lang="en">Do not use 'NanumGothic' web font</title>
</options>
<options value="YES">
<title xml:lang="ko">'나눔고딕' 웹 폰트 사용</title>
<title xml:lang="en">Use 'NanumGothic' web font</title>
</options>
</var>
<var name="LAYOUT_TYPE" type="select">
<title xml:lang="ko">레이아웃 유형</title>
<title xml:lang="en">Layout Type</title>

View file

@ -2,8 +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="bootstrap.layout.webfont.css" cond="$layout_info->WEB_FONT == 'YES'" />
<load target="../../common/js/respond.min.js" targetie="lt IE 9" />
<load target="bootstrap.layout.js" type="body" />
<div class="container">