Quote:
Originally Posted by nnyy
Firstly, thankyou Seebee and all others for their great effort.
ttsddu, may I know which existing font you used for reading chinese?
|
Quote:
Originally Posted by ttsddu
Detailed steps:
1. Right click on the book you added in calibre, click "Tweak ePub".
2. Click "Explode ePub", locate and open the .css file by text editor. (e.g. ".\OPS\css\main.css")
3. Change the corresponding font-face block to below.
@font-face {
font-family:"the font family you found using in other blocks, e.g. cnepub, zw";
src:url(res:///ebook/fonts/DroidSansFallback.ttf);
}
4. Save the file, click "Rebuild ePub".
5. Select the book and click "Send to device", or right click on the book, click "Open containing folder" and copy the modified book to your desired location.
Thank you seabee for this exciting solution. 
|
It's DroidSansFallback, hope it can help~