font klasörü içinde js ve index.html klasörleri var js klasörü içinde de
Quiff_400.font.js ( Font bu )
cufon.yui.js
jquery.js
klasörleri var cufonu yukarıdaki fontta çalıştırmak için aşağıdaki kodları nasıl düzenlemeliyim çeşitli işlermleri yaptım birtek kod kısmı kaldı
[COLOR="Red"]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="/js/cufon-yui.js"></script>
<script type="text/javascript" src="/js/Quiff_400.font.js"></script>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript">
Cufon.replace('haktan', {
textShadow: '#999999 0.4px 0.4px'
});
Cufon.replace(' #rssoku h2,h3,h1,h4,legend');
Cufon.replace(' #headline ' , {fontfamily:'Quiff'});
Cufon.replace('.h2 h3', {
textShadow: '#fff 0.7px 0.7px'
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div class="haktan">BİLGİ</div>
</body>
</html>[/COLOR]