mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
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:
parent
6be23a3ac2
commit
a232eb184a
3 changed files with 4 additions and 1 deletions
2
layouts/bootstrap.layout/bootstrap.layout.ie78fix.css
vendored
Normal file
2
layouts/bootstrap.layout/bootstrap.layout.ie78fix.css
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@charset "utf-8";
|
||||
body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif}
|
||||
|
|
@ -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}
|
||||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue