ja som cez to nič nerobil .. Nevyznám sa v tom .. ale dneska skúsim ešte niečo ..
//autoeditácia príspevku (21 Nov 2011, 21:10)
No.. Už som pokročil..
Už je tam tá diakritika.. Lenže teraz pre istotu nie je tam ten štýl..
Neviem..Spravil som plno blbostí s prepáčením..
Style.css
Kód: Vybrať všetko
.h2 {
font-family: 'Caudex', serif;
}
h2 {font-size:40px;line-height:1.2em;margin-bottom:10px;font-family: 'Caudex', serif;}
.content1 h2,#formular-kachelman h2{
font-family: 'Caudex', serif;
font-size:15px;
color:#563e23;
border:0;
border-bottom:1px solid #c2af85;
margin:0 0 7px;
padding:0 0 7px;
clear:both;
}
index.html
Kód: Vybrať všetko
<link href='http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek,greek-ext,vietnamese,latin-ext' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/Myriad_Pro_400.font.js" type="text/javascript"></script>
<script src="js/Myriad_Pro_600.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_BT_400.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_BT_700.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_Dm_BT_400.font.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
NewsGoth_BT_400.font.js som prepísal
Kód: Vybrať všetko
Cufon.registerFont({"w":216,"face":{"font-family: 'Caudex', serif;"font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 2 2 3 2 2 4","ascent":............
A Cufon-replace.js
Kód: Vybrať všetko
Cufon.replace('#header .row-2 ul li', { fontFamily: 'NewsGoth Dm BT', textShadow:'#397ece 1px 1px' });
Cufon.replace('h2', { fontFamily: 'Caudex', color: '-linear-gradient(#fff, #fff, #fff, #fff, #fff, #fff, #cccccc, #cccccc, #cccccc, #cccccc, #cccccc)' });
Cufon.replace('h2 b', { fontFamily: 'NewsGoth BT Bold', color: '-linear-gradient(#3b98dd, #3b98dd, #3b98dd, #3b98dd, #3b98dd, #3b98dd, #1f7dd2, #1f7dd2, #1f7dd2, #1f7dd2, #1f7dd2)' });
Cufon.replace('#search-form label', { fontFamily: 'NewsGoth Dm BT' });
Cufon.replace('.link1', { fontFamily: 'NewsGoth Dm BT', textShadow:'#165ebd 1px 1px' });
Cufon.replace('h3, h4', { fontFamily: 'Myriad Pro Regular' });
Cufon.replace('h3 b, h4 b', { fontFamily: 'Myriad Pro Semibold' });
Cufon.replace('.box2 h4, .box3 h4', { fontFamily: 'Myriad Pro Semibold', textShadow:'#2074cb 1px 1px' });
Čo som zle spravil .. Čo mám spraviť aby sa mi doplnil ten štýl ?
//autoeditácia príspevku (22 Nov 2011, 20:46)
No už to mám .. Chyba bola v tom že som dačo zle spravil pri generovaní cofunu.. Ďakujem všetkým čo sa podieľali na riešení tohoto problému.

Ďakujem.