Kindle PW with latest firmware shows arabic text in KF8 files. There is neither need to add unicode conrol character nor dir=RL attributes and nor defining the book as a fixed layout book. I just drag & drop a simple HTML file to Kindle Previewer and copy the generated KF8 mobi file to my PW. However, if I have <idx:key> kind of tags in the HTML, Kindle Previewer generates simple mobi file and this mobi doesn't always show the arabic words in the correct order and font embedding is not supported.
What I wonder is the possibility of changing arabic font in KF8. I embedded a nice arabic font with some css like this one:
Quote:
<style type="text/css">
@font-face {
font-family: "Nazli";
src: url(Nazli.ttf);
}
.arabic {
font-family: "Nazli";
}
</style>
|
Arabic text shows up with this new font, characters and words are in correct order but I have a problem: Characters are not joined each other. Each of them are sperate, even the diacritics.
Does anyone succeeded embedding arabic font without a problem?