홈페이지에 웹폰트 적용하기

<style type="text/css">
<!--
@font-face {font-family: 웹폰트이름; src:url(
https://웹폰트가있는주소/웹폰트이름.eot);}
a:link {font-family: 웹폰트이름;font-size: 9pt;}
a:visited {font-family: 웹폰트이름;font-size: 9pt;}
a:hover {font-family: 웹폰트이름;font-size: 9pt;}
a:acvite {font-family: 웹폰트이름;font-size: 9pt;}
body,div,table,tr,td,p,span {font-family: 웹폰트이름;font-size: 9pt;}
-->
</style>

 

1. eot 파일?

WEFT라는 프로그램을 사용해서 컴퓨터에 있는 폰트 파일 (TTF)을 웹폰트 파일인 EOT 파일 포맷으로 변환시키실 수 있습니다.

(웹폰트 이해를 위한 글입니다. 사용하지는 않습니다.)