NOTE/IT

[HTML] 웹 폰트 적용

민스독 2012. 4. 25. 12:43

<style type="text/css">
<!--
@font-face {font-family:폰트명; src:url(http://웹폰트파일올린계정/webfont.eot);} 
body {font-family:폰트명;font-size:9pt;line-height:150%;} 
td {font-family:폰트명;font-size:9pt;line-height:160%;} 
-->
</style>


--http://golam.hihome.com -