Quote:
Originally Posted by ttsddu
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);
}
|
I tried adding this to the Preference-Extra CSS during TXT -> ePub conversion, but it wasn't added in the generated epub's css file:
Code:
@font-face {
font-family: "DroidSans", serif, sans-serif;
src:url(res:///ebook/fonts/DroidSansFallback.ttf);
}
I can't figure out why. What is the proper way of using Extra CSS?