상세 컨텐츠

본문 제목

글씨체 태그 되살리기

- Review -/디지털+가전

by 꼬도기 2014. 7. 27. 12:33

본문

반응형

예전에 글씨체 태그 많이 올라왔었는데

블로그 꾸밀려고 다시 찾아보니까 없더라

그래서 내가 직접 글씨체를 다운받아 만들어 보리라 다짐하고 소스 퍼왔다.

 

<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:이름; src:url(주소.확장자) };body,table,tr,td,select,input,div,form,textarea,font{font-family:이름; font-size=10pt; } </STYLE>

 

 

화이트 데이 폰드 체 였는데 이미 파일이 삭제되었나 보더라. 이 것을 바탕으로 소스 제조를 위해 파일 첨부를 하려고 한ㄷ.ㅏ.

 

이름 : 폰트 이름 한글보다 영문으로 바꾸는게 좋을 듯 하다

주소 : 파일 올린 주소

확장자 : 파일 확장자

font-size=맘대로 조절 가능하다.

 

 

 

웹폰트 eot 와 waff

 

<a href="http://minitoy.tistory.com/attachment/cfile5.uf@19101B375056ACD107C101.eot" style="position: static; -webkit-transform: rotate(0deg); transform: rotate(0deg); display: inline; left: -1px; top: -1px;"><img src="http://i1.daumcdn.net/cfs.tistory/v/110706133414/blog/image/extension/unknown.gif" alt="" style="vertical-align: middle;"> NanumGothic.eot</a>

 

 

 

<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:godic; src:url(http://minitoy.tistory.com/attachment/cfile5.uf@19101B375056ACD107C101.eot) };body,table,tr,td,select,input,div,form,textarea,font{font-family:godic; font-size=10pt; } </STYLE>

 

 

 

TTF 파일을 웹폰트 파일인 EOT로 바꾸어 주는 사이트

 

http://ttf2eot.sebastiankippe.com/

 

 

Rix정고딕L.eot

 

<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:godic; src:url(http://minitoy.tistory.com/attachment/cfile5.uf@19101B375056ACD107C101.eot) };body,table,tr,td,select,input,div,form,textarea,font{font-family:godic; font-size=10pt; } </STYLE>

 

http://beforedie.tistory.com/attachment/cfile28.uf@2476604753D4B2E73B4945.eot

 

 

<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:godic; src:url(http://beforedie.tistory.com/attachment/cfile28.uf@2476604753D4B2E73B4945.eot) };body,table,tr,td,select,input,div,form,textarea,font{font-family:godic; font-size=10pt; } </STYLE>

 

 

 

반응형

관련글 더보기

댓글 영역