View Single Post
Old 06-14-2013, 08:51 AM   #43
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@Anak,

I tried your example standard epub from your linked thread. The reason your Amasis page is not displaying correctly is because you haven't included any @font-faces. If you add these 4 lines to your Style_Amasis.css file, it should work fine.
Code:
@font-face {font-family: Amasis; font-weight: normal; font-style: normal; src: url(res:///fonts/normal/Amasis)}
@font-face {font-family: Amasis; font-weight: bold; font-style: normal; src: url(res:///fonts/bold/Amasis)}
@font-face {font-family: Amasis; font-weight: normal; font-style: italic; src: url(res:///fonts/italic/Amasis)}
@font-face {font-family: Amasis; font-weight: bold; font-style: italic; src: url(res:///fonts/bolditalic/Amasis)}
If I get some more time later on I'll look at the embedded Linux Libertine problems you're having. I don't want to derail this thread with anymore technical details, so if I find anything I'll PM you.

Edit: PM sent.

Last edited by jackie_w; 06-14-2013 at 03:13 PM. Reason: Update
jackie_w is offline   Reply With Quote