View Single Post
Old 05-27-2013, 08:16 AM   #1
rbay
bay
rbay began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2013
Device: ipad mini+samsung galaxi
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
rbay is offline   Reply With Quote