-
Üyelik
18.01.2012
-
Yaş/Cinsiyet
- / E
-
Meslek
Öğretmen
-
Konum
-
Ad Soyad
** **
-
Mesajlar
104
-
Beğeniler
34 / 22
-
Ticaret
1, (%100)
Aşağıdaki stilde font-face tanımlanmış. Ben bunun yerine arial, verdana, tahoma fontlarını font-family şeklinde belirtmek istiyorum. Aşağıdaki kodu nasıl düzenlemem gerekiyor? Teşekkürler.
img#about-image { float: left; margin: 3px 8px 8px 0px; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
@font-face {
font-family: 'LeagueGothicRegular';
src: url('fonts/League_Gothic-webfont.eot');
src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/League_Gothic-webfont.woff') format('woff'),
url('fonts/League_Gothic-webfont.ttf') format('truetype'),
url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 { font-family: 'LeagueGothicRegular', Arial, sans-serif; line-height: 1; }
#main_header, #main_content, #et_backgrounds { display: none; }
#et_loader { position: absolute; top: 50%; left: 50%; background: url(images/ajax-loader.gif) no-repeat center; margin: -32px 0 0 -32px; width: 64px; height: 64px; }
-
Üyelik
21.03.2012
-
Yaş/Cinsiyet
34 / E
-
Meslek
-
-
Konum
İstanbul Anadolu
-
Ad Soyad
F** A**
-
Mesajlar
360
-
Beğeniler
23 / 168
-
Ticaret
0, (%0)
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; line-height: 1; }
kalın kısımları değiştirdim.
2 kişi bu mesajı beğendi.
Buraya yakında yeni proje gelecek Coming soon!
-
Üyelik
18.01.2012
-
Yaş/Cinsiyet
- / E
-
Meslek
Öğretmen
-
Konum
-
Ad Soyad
** **
-
Mesajlar
104
-
Beğeniler
34 / 22
-
Ticaret
1, (%100)
@font-face {
font-family: 'LeagueGothicRegular';
src: url('fonts/League_Gothic-webfont.eot');
src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/League_Gothic-webfont.woff') format('woff'),
url('fonts/League_Gothic-webfont.ttf') format('truetype'),
url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Şu kısım fazla oluyor, siliyorum o zaman değil mi?