@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.