So where is the @font(s) ?
Code:
@font-face {
font-family: "Droid";
font-style: normal;
font-weight: normal;
src:url(../Fonts/DroidSerif.ttf);
}
@font-face {
font-family: "Droid";
font-style: italic;
font-weight: normal;
src:url(../Fonts/DroidSerif-Italic.ttf);
}
Assumes the fonts are inserted (added) into the book. you need a matching one for each combination of green that is used used in the selectors
BTW if there is only 1 font family. You need only declare it in the body