Thread: greetings
View Single Post
Old 10-18-2010, 04:39 PM   #2
izzymsain
Junior Member
izzymsain began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2010
Device: all
Hi, all. From an ePub file created by InDesign, here's my css as revealed in <oxygen>, and below it is one of the validation problems. Any ideas about what's wrong and how to fix it?

@page { margin-top: 3ex; margin-bottom: 3ex }
@font-face {
font-family: "Georgia";
font-style: italic;
font-weight: normal;
src:url(Fonts/georgiai.TTF);
}
@font-face {
font-family: "Franklin Gothic Demi";
font-style: normal;
font-weight: normal;
src:url(Fonts/FRADM.TTF);
}
@font-face {
font-family: "Georgia";
font-style: normal;
font-weight: normal;
src:url(Fonts/georgia.TTF);

1 E [W3C CSS Validator] in property : font-family Property font-family doesn't exist in CSS level 2.1 but exists in : "georgia"
izzymsain is offline   Reply With Quote