상태 | 완료 |
---|
주소가잘못 되였는지 적용이 안되네요 지식인에서 검색을해서
여러가지로 해봤는데 안되네요 부탁드려요~~~^*^아래소스를 해드와 해드사이에 붙여넣기 했거든요 근데 안되여요
관리페이지 해당레이아웃에서도 적용이안되고 ftp 해당레이아웃html에서도 적용이 안되네요
레이아웃소스 <load target="js/xe_official.js" />
<load target="css/default.css" cond="$layout_info->colorset=='default'" />
<load target="css/white.css" cond="$layout_info->colorset=='white'" />
<load target="css/black.css" cond="$layout_info->colorset=='black'" />
<style type="text/css" cond="$layout_info->background_image">
body{background:url({getUrl()}{$layout_info->background_image}) repeat-x left top;}
</style>
<colorset)-->{@$layout_info->colorset">!--@if(!$layout_info->colorset)-->{@$layout_info->colorset = "default"}<!--@end-->
<div class="xe">
<div class="header"> 소스를 여기에넣었거든요
아래는 텍스트소스구요 두가지다 안되네요
<STYLE type=text/css>
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {text-decoration:none;}@font-face {font-family:zebe_Dongri; src:url(http://dbhs.co.kr/엔터+튤립.ttf) }; body,table,tr,td,select,input,div,form,textarea,font{font-family:zebe_Dongri; font-size=14pt;}</STYLE>
</style>
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
이렇게해도 적용이안되네요...
<style type="text/css">
@font-face{font-family: nanum; src:url(http://dbhs.co.kr/엔터+풀잎.ttf.eot);}
</style>
질문한 방법으로 하려면
<style>
@font-face {font-family:zebe_Dongri;font-style:normal;font-weight:normal;src:url(zebe_Dongri.eot)}
body {font-family:zebe_Dongri;}
</style>
로 하면 됩니다.
크롬에서 다른 글씨체 적용하는 방법은
<style>
.wf-active body {font-family: 'NanumBrush';font-size: 48px;}
</style>
<script src="http://www.google.com/jsapi"></script>
<script>
google.load( "webfont", "1" );
google.setOnLoadCallback(function() {
WebFont.load({ custom: {
families: [ "NanumBrush" ],
urls: [ "css주소" ]
}});
});
</script>
로 하면 됩니다.
브라우저나 사용자 설정에 따라 다르기 때문에 모두 적용된다고 볼 수 없습니다.