View Single Post
Old 04-15-2014, 07:42 AM   #51
quiris
Groupie
quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'
 
quiris's Avatar
 
Posts: 195
Karma: 42216
Join Date: Oct 2013
Location: Poland
Device: Kindles: KOA1, KV
I prepared minimal test case with following html code:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
  <h1>test</h1>
  <p>test</p>
</body>
</html>
and stylesheet:
Code:
@font-face {
  src: url(../Fonts/Lobster.otf);
  font-family: "Lobster 1.4";
  }

p {
  font-family: "Lobster 1.4";
}
The above code causes deleting Lobster.otf file from Mobi file send to Personal Documents Service. Mobi file, and source epub file attached.
Attached Files
File Type: epub test20.epub (28.4 KB, 271 views)
File Type: mobi test20.mobi (80.6 KB, 257 views)
quiris is offline   Reply With Quote