Wpis z mikrobloga

@rezdesign: Zrób selektor klasy lub znacznika albo podaj ścieżkę do znacznika. Jeżeli np. chcesz żeby linki w paragrafach miały inny kolor to musisz dodać taką regułę do CSSa: p a { color: tutaj podajesz kolor }.
@borysses: mam tak:

@font-face {

font-family: 'BebasNeueRegular';

src: url('BebasNeue-webfont.eot');

src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),

url('BebasNeue-webfont.woff') format('woff'),

url('BebasNeue-webfont.ttf') format('truetype'),

url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');

font-weight: normal;

font-style: normal;

}