Quote:
Originally Posted by rbay
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