View Single Post
Old 05-27-2013, 09:28 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,113
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by rbay View Post
Hi again,

I tryed to use :

p {
font-family: "Futura";
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
font-size does not belong in an @font
font-size: of 100%, 1em ... is normally implied. and subject to inheritance
theducks is offline   Reply With Quote