|  10-20-2013, 12:47 AM | #1 | 
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | 
				
				Publisher's Font Doesn't Work
			 
			
			Has anyone figure out how to get the publisher's font or embedded fonts to work on the Kindle Fire?!?  I've had hopped this would be fixed. If you know of a free book that does work let me know so I can look at the code and figure this out. Publisher's font works fine on other Kindles but not the Kindle Fires.   | 
|   |   | 
|  10-20-2013, 11:59 AM | #2 | |
| Nameless Being | Quote: 
  Since I read on my PW2 and my iPhone/iPad, I have to modify books to have bold text. Embedded fonts are nice on the PW2, but as noted they don't work on the Kindle for iOS app. | |
|   | 
|  10-22-2013, 08:22 AM | #3 | 
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | 
			
			Hot Diggity Dog! I got it work! *dances around the room in her PJs* It's crazy the things that come to you when about to drift off to sleep. There still is no publisher's on/off but the font is showing. It can't be changed but I don't want to change it so it works for me! Wheeee!!! Okay deep breath. Fonts must be reference by file name not family name. Internal family name wont work. That's what Calibre does it adds the internal family name when it should be the filename instead! Last edited by Blossom; 10-22-2013 at 08:27 AM. | 
|   |   | 
|  10-22-2013, 10:18 AM | #4 | 
| Addict            Posts: 272 Karma: 1050426 Join Date: Feb 2010 Location: California Device: iPad Mini w/Retina, Kindle 3, Kindle Fire HDX 8.9, & Asus Transformer | 
			
			Can you explain what you did, thanks.
		 | 
|   |   | 
|  10-22-2013, 10:52 AM | #5 | |
| Nameless Being | Quote: 
 | |
|   | 
|  10-22-2013, 10:56 AM | #6 | 
| Nameless Being | 
			
			Here is how I do it in Sigil but I have no clue if this works on the Fire HDX. It works well on the PW2. BTW, you can also use negative left/right margins in the CSS to narrow the margins on the PW2. Can they be used on the Fire HDX too? Code: @font-face {
  font-family: "CharisSILSpecial";
  font-weight: normal;
  font-style: normal;
  src: url("../Fonts/CharisSILBold-Regular.ttf");
}
@font-face {
  font-family: "CharisSILSpecial";
  font-weight: normal;
  font-style: italic;
  src: url("../Fonts/CharisSILBold-Italic.ttf");
}
@font-face {
  font-family: "CharisSILSpecial";
  font-weight: bold;
  font-style: normal;
  src: url("../Fonts/CharisSILBold-Bold.ttf");
}
@font-face {
  font-family: "CharisSILSpecial";
  font-weight: bold;
  font-style: italic;
  src: url("../Fonts/CharisSILBold-BoldItalic.ttf");
}
body { font-family: CharisSILSpecial } | 
|   | 
|  10-22-2013, 02:20 PM | #7 | |
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | Quote: 
  What manual it didn't come with one.   | |
|   |   | 
|  10-22-2013, 02:33 PM | #8 | |
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | Quote: 
 In Extra CSS box on its conversation window you just has to specified the font family. Like this Code: p {font-family: "Trebuchet", sans-serif;} Body class will not work.   Last edited by Blossom; 10-22-2013 at 03:18 PM. | |
|   |   | 
|  10-23-2013, 03:41 AM | #9 | 
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | 
			
			All you do is go to embed the font like you would on a eInk Kindle book in Calibre then on the Extra CSS box put" Code: p {font-family: "Trebuchet", sans-serif;}Code: p {font-family: "Trebuchet";}Last edited by Blossom; 10-23-2013 at 03:44 AM. | 
|   |   | 
|  10-26-2013, 05:06 AM | #10 | 
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | 
			
			Good news!  Kindle Previewer has just been updated for the HDX!! It's quite accurate too. This is so much better than having to load and reload books on the HDX to see if they look right.   | 
|   |   | 
|  10-26-2013, 11:34 AM | #11 | 
| Nameless Being | 
			
			I use Kindle Previewer for all my conversions and never seem to have the issues I hear about with calibre. I highly recommend it. I like that it gives you a compile log so you can see if anything didn't go as planned. Sometimes a file path is wrong within the HTML of the book, and that helps you trace it down quickly and resolve the issue. Debugging someone else's HTML and ePubs can be a PITA, but this makes it easier.
		 | 
|   | 
|  10-26-2013, 07:08 PM | #12 | |
| Treasure Seeker            Posts: 18,708 Karma: 26026435 Join Date: Mar 2010 Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices | Quote: 
 | |
|   |   | 
|  10-26-2014, 05:55 PM | #13 | 
| Plan B Is Now In Force            Posts: 1,894 Karma: 8086979 Join Date: Jan 2010 Location: Surebleak Device: Aluratek,Sony 350/T1,Pandigital,eBM 911,Nook HD/HD+,Fire HDX 7/8.9,PW2 | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Output font doesn't work in conversion | 1gnition | Calibre | 1 | 10-12-2013 12:00 AM | 
| Troubleshooting Paperwhite doesn't display publisher font but Kindle 3 does | EbokJunkie | Amazon Kindle | 6 | 04-16-2013 02:47 PM | 
| Publisher Font | replica145 | Amazon Kindle | 17 | 07-20-2012 01:27 PM | 
| HELP, how do i make the TOC work in Ebook Publisher. | Lago | Fictionwise eBookwise | 7 | 03-07-2010 08:08 PM | 
| New Member, Publisher who Uses Ereaders at Work | Kunati | Introduce Yourself | 8 | 08-12-2007 12:53 AM |