묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
웹폰트 server에 올리고 test 해봤는데 잘 안되네요.
2003.02.05 09:59
저가 웹폰트 whitecloud10.smf를 다운로드 받아서
계정 www.*****.com/fonts/whitecloud10.smf에 올렸어요.
그리고 난 후 업로드를 제대로 했는제 테스트를 위해 인터넷익스플로러의 url창에 저주소를 넣고 ENTER를 누르니까 Download를 받을 건지 물어보드라고요 그럼 일단 성공 아닌가요?
그런다음에 html을 이렇게 만들고
==================================================================
<html>
<head>
<style type="text/css">
@font-face {font-family:whitecloud10;src:url(http://www.*****.com/fonts/whitecloud10.smf);}
body,td,tr,center,textarea, input {font-family:whitecloud10;font-size:10pt;}
</style>
</head>
<body>
웹폰트 테스트
계정 www.*****.com/fonts/whitecloud10.smf에 올렸어요.
그리고 난 후 업로드를 제대로 했는제 테스트를 위해 인터넷익스플로러의 url창에 저주소를 넣고 ENTER를 누르니까 Download를 받을 건지 물어보드라고요 그럼 일단 성공 아닌가요?
그런다음에 html을 이렇게 만들고
==================================================================
<html>
<head>
<style type="text/css">
@font-face {font-family:whitecloud10;src:url(http://www.*****.com/fonts/whitecloud10.smf);}
body,td,tr,center,textarea, input {font-family:whitecloud10;font-size:10pt;}
</style>
</head>
<body>
웹폰트 테스트
<html><head></head><body></html> 을 지우시고 테스트해 보세요.