Quote:
Originally Posted by cingkrab
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);
}