View Single Post
Old 04-04-2010, 02:32 AM   #50
Semp
Enthusiast
Semp doesn't litterSemp doesn't litter
 
Posts: 35
Karma: 110
Join Date: Dec 2009
Location: Poland, Łódź
Device: EZReader packet pro
Thumbs up

Quote:
Originally Posted by cingkrab View Post
Hmm I copied the folder to the internal memory and Cool Reader 3 is still not picking it up. I read somewhere that Cool Reader 2 requires Cyrillic support from the font set. Is this still true? Maybe it's why it doesn't see the fonts.
folder "fonts" on SD card working perfectly with Cyrillic fonts
free DejaVu fonts http://dejavu-fonts.org/wiki/index.php?title=Download

@font-face {
font-family: "DejaVuSans", serif, sans-serif;
font-weight: normal;
font-style: normal;
src: url(res:///abook/fonts/DejaVuSerif.ttf);
}
@font-face {
font-family: "DejaVuSans", serif, sans-serif;
font-weight: bold;
font-style: normal;
src: url(res:///abook/fonts/DejaVuSerifbold.ttf);
}
@font-face {
font-family: "DejaVuSans", serif, sans-serif;
font-weight: normal;
font-style: italic;
src: url(res:///abook/fonts/DejaVuSerifitalic.ttf);
}
@font-face {
font-family: "DejaVuSans", serif, sans-serif;
font-weight: bold;
font-style: italic;
src: url(res:///abook/fonts/DejaVuSerifboldItalic.ttf);
}
Semp is offline   Reply With Quote