View Single Post
Old 04-06-2011, 10:14 AM   #8
Momccl
momccl
Momccl began at the beginning.
 
Momccl's Avatar
 
Posts: 7
Karma: 10
Join Date: Jul 2010
Location: southeast
Device: sony ereader, kindle
Now, I can see the fonts correctly in ADE, but not on the Sony ReaderPRS-600.

Fonts are declared like this:

@font-face {
font-family: "Times New Roman";
font-style: normal;
font-weight: normal;
src:url("Fonts/TIMES.TTF");
}
@font-face {
font-family: "Times New Roman";
font-style: normal;
font-weight: bold;
src:url("Fonts/TIMESBD.TTF");
}
Momccl is offline   Reply With Quote