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"
|