26-07-2012, 17:41
No więc bez problemów się nie obędzie. Wrzuciłem do css:
@font-face {
font-family: 'YewBasturdBold';
src: url('../fonts/yewbb___-webfont.eot);
src: url('../fonts/yewbb___-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/yewbb___-webfont.woff') format('woff'),
url('../fonts/yewbb___-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
i do części odpowiedzialnej za menu
.moduletable_menu h3 {
color:#009900;
background: none;
border-bottom: 2px dotted #99a;
font-family: 'YewBasturdBold';
font-size: 18pt;
}
Czcionka zmienia się ale nie na tą co wgrałem tylko na coś podstawowego w stylu arial i grubszego. Jak potrzebny URL to podam.
@font-face {
font-family: 'YewBasturdBold';
src: url('../fonts/yewbb___-webfont.eot);
src: url('../fonts/yewbb___-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/yewbb___-webfont.woff') format('woff'),
url('../fonts/yewbb___-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
i do części odpowiedzialnej za menu
.moduletable_menu h3 {
color:#009900;
background: none;
border-bottom: 2px dotted #99a;
font-family: 'YewBasturdBold';
font-size: 18pt;
}
Czcionka zmienia się ale nie na tą co wgrałem tylko na coś podstawowego w stylu arial i grubszego. Jak potrzebny URL to podam.