웹폰트 사용하는 방법좀..(꾸벅) 정보
그누보드 웹폰트 사용하는 방법좀..(꾸벅)본문
검색해 보면 하나가 나오던데 style.css를 수정하라는 건데요. 안되네요.
답변 기다리며...
답변 기다리며...
댓글 전체
오..정말 좋은 팁이네요. ENVY 님 감사요. ^^
답변 감사합니다. 해결했습니다.
그러니까 파일 변환작업이 궁금하시다 이거죠...?
http://soya.sumgim.net/spboard/board.cgi?id=body&body=h5_webfont_make
이곳을 참조하시면 되구요.
개념을 설명드리자면... 웹폰트는 클라이언트에서 수행되는게 아니라 웹계정에서 실행되는 겁니다.
허나 아무계정에 올려도 수행된다면 이미 복사판이 널리 퍼졌을겁니다.
따라서 웹폰트는 트루타입(일반윈도우용TTF)폰트에서 웹폰트로 변환시에 수행할수 있는 계정정보를 입력받는 것입니다. 위에 주소로 가보시면 변환작업에 필요한 프로그램과 설명이 되어 있습니다.
그대로 따라하시면 됩니다.
http://soya.sumgim.net/spboard/board.cgi?id=body&body=h5_webfont_make
이곳을 참조하시면 되구요.
개념을 설명드리자면... 웹폰트는 클라이언트에서 수행되는게 아니라 웹계정에서 실행되는 겁니다.
허나 아무계정에 올려도 수행된다면 이미 복사판이 널리 퍼졌을겁니다.
따라서 웹폰트는 트루타입(일반윈도우용TTF)폰트에서 웹폰트로 변환시에 수행할수 있는 계정정보를 입력받는 것입니다. 위에 주소로 가보시면 변환작업에 필요한 프로그램과 설명이 되어 있습니다.
그대로 따라하시면 됩니다.
ENVY님 밑에 제 질문도 함 봐주세요 부탁드릴께요?
파일 변환 작업이 뭐죠 ^^b 무식해서리...
사용법은 맞는거 같습니다만, 계정주소에 맞춰서 파일 변환작업하셨지요?
<style type="text/css">
<!--
@font-face {font-family: 소야; src:url(http://beinuse.intelnet.co.kr/font/allsite_soyag10.eot);}
body,table,tr,td,p {font-family: 소야; src:url(http://beinuse.intelnet.co.kr/font/allsite_soyag10.eot); font-size: 10pt;}
-->
</style>
body, td, p, input, button, textarea, select {
color:#222222; font-family:소야; font-size:10pt;
}
a:link, a:visited, a:active { text-decoration:none; color:#3A4E40; }
a:hover { text-decoration:none; }
a.tm:link, a.tm:visited, a.tm:active { text-decoration:none; color:#555555; font-size:10pt}
a.tm:hover { text-decoration:none; font-size:10pt}
a.tm2:link, a.tm2:visited, a.tm2:active { text-decoration:none; color:#FFFFFF}
a.tm2:hover { text-decoration:none }
.tablebg { background-color:#DDDDDD; }
.subject { color:#315584; }
.subjectbg { background-color:#EFF3F7; }
.content { color:#404040; }
.contentbg { background-color:#FFFFFF; }
.list { color:#222222; }
.list0 { background-color:#FFFFFF; }
.list1 { background-color:#F5F5F5; }
.textarea { border: 1px solid #777777; }
.button { }
.select { }
.name { font-weight: bold; color:#575757; }
.b { font-weight: bold; }
.ht { height:30px; }
.ht2 { height:20px; }
.price { color:crimson; }
.lfont { font-size:13px; }
.sfont { font-size:11px; }
.w50 { width:50%; }
.w99 { width:99%; }
.arial { font-family:Arial; }
.lh { line-height:150%; }
.lh2 { line-height:200%; }
.box {border:1 solid; border-color:#DDDDDD; background-color:#FDFDFD;}
.login { color:#222222; font-family:vernada; font-size:10px;}
.line { background-color:#969696;}
.tdsc {background-color:#F0F0F0;}
.edit { border-color:#B4B4B4; border-style:solid; border-width:1px; }
style.css인데요 한번 봐주세요
<!--
@font-face {font-family: 소야; src:url(http://beinuse.intelnet.co.kr/font/allsite_soyag10.eot);}
body,table,tr,td,p {font-family: 소야; src:url(http://beinuse.intelnet.co.kr/font/allsite_soyag10.eot); font-size: 10pt;}
-->
</style>
body, td, p, input, button, textarea, select {
color:#222222; font-family:소야; font-size:10pt;
}
a:link, a:visited, a:active { text-decoration:none; color:#3A4E40; }
a:hover { text-decoration:none; }
a.tm:link, a.tm:visited, a.tm:active { text-decoration:none; color:#555555; font-size:10pt}
a.tm:hover { text-decoration:none; font-size:10pt}
a.tm2:link, a.tm2:visited, a.tm2:active { text-decoration:none; color:#FFFFFF}
a.tm2:hover { text-decoration:none }
.tablebg { background-color:#DDDDDD; }
.subject { color:#315584; }
.subjectbg { background-color:#EFF3F7; }
.content { color:#404040; }
.contentbg { background-color:#FFFFFF; }
.list { color:#222222; }
.list0 { background-color:#FFFFFF; }
.list1 { background-color:#F5F5F5; }
.textarea { border: 1px solid #777777; }
.button { }
.select { }
.name { font-weight: bold; color:#575757; }
.b { font-weight: bold; }
.ht { height:30px; }
.ht2 { height:20px; }
.price { color:crimson; }
.lfont { font-size:13px; }
.sfont { font-size:11px; }
.w50 { width:50%; }
.w99 { width:99%; }
.arial { font-family:Arial; }
.lh { line-height:150%; }
.lh2 { line-height:200%; }
.box {border:1 solid; border-color:#DDDDDD; background-color:#FDFDFD;}
.login { color:#222222; font-family:vernada; font-size:10px;}
.line { background-color:#969696;}
.tdsc {background-color:#F0F0F0;}
.edit { border-color:#B4B4B4; border-style:solid; border-width:1px; }
style.css인데요 한번 봐주세요
답변 감사합니다.
전찬현님께서 말씀하신대로 해도 안된다면 자신의 계정에 맞춰진 정식 웹폰트가 아닌경우입니다.
웹폰트는 파일속성에 기록된 도메인 혹은 계정주소가 아니더라도 public 하게 동작시키는 방법도 있습니다.
네이버 게시판에서 '소야 & 웹폰트' 라고 쳐보세요.
웹폰트는 파일속성에 기록된 도메인 혹은 계정주소가 아니더라도 public 하게 동작시키는 방법도 있습니다.
네이버 게시판에서 '소야 & 웹폰트' 라고 쳐보세요.
@font-face {font-family:jung9;src:url(http://웹폰트 주소/폰트명.mwf);}
감사..~~