Sigil / CSS3 / Text formating
Hi again,
I tryed to use :
p {
widows: 3;
orphans: 5;
}
and
@font-face {
font-family:'Futura';
font-size: 100%;
font-style:normal;
font-weight:normal;
src : url("../Fonts/FuturaLT.ttf");
}
But I still have one line sometimes ...
abd regarding the font.
the title (h1 / h2/ etc...) works, but not the p text.
I really don't understand.
Do you have a good tutorial online ?
regards,
bay
|