| 
			
			 | 
		#46 | |
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 If you already have a [FeatureSettings] block, just add the Screenshots under it, otherwise adding both (false disables, true enables). With a sleep cover, I just leave it at true. [FeatureSettings] Screenshots=false/true  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#47 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 834 
				Karma: 2912460 
				Join Date: Apr 2009 
				
				
				
				Device: Kobo Forma 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Thanks for sharing. It would be great if there's an easy way for Calibre automatically go through our library and determine which books have fonts that are used in only one (or 2 or 3) pages, and then strip the books of those fonts, to save on space. Last edited by droopy; 06-30-2020 at 12:51 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#48 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,061 
				Karma: 38840460 
				Join Date: Sep 2012 
				Location: Minneapolis 
				
				
				Device: PWSE, Voyage, K3, HDX, KBasic 7 & 8, Nook Glo3, Echos, Nanos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I like that you have a choice.  I can't read the publisher's font.  Spacing is always too close.  My Mom has no problem with it.  She read the publisher's font if it is downloaded from Amazon, but otherwise a font that shows the italics nicely in the sideloads.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#49 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 834 
				Karma: 2912460 
				Join Date: Apr 2009 
				
				
				
				Device: Kobo Forma 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This folder is 2.9 MB large. Yikes!  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#50 | |
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 141 
				Karma: 2382428 
				Join Date: Feb 2013 
				Location: California 
				
				
				Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Shift Light is the font. In a lot of cases, though not all, calibre indicates that the embedded Shift family fonts are invalid. Code: 
	<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head><title>Discover your next great read! PRHstyle.css</title>
<meta charset="utf-8"/><!--<link href="prhStyle.css" rel="stylesheet" type="text/css" /><link href="prhStyle-media-queries.css" rel="stylesheet" type="text/css" />-->
<style>
		@font-face {
		    font-family: "Shift Light";
		    font-style: normal;
		    font-weight: normal;
		    src: url('fonts/Shift-Light.otf');
		}
		@font-face {
		    font-family: "Shift Light";
		    font-style: italic;
		    font-weight: normal;
		    src: url('fonts/Shift-BoldItalic.otf');
		}
		@font-face {
		    font-family: "Fort-Book";
		    src: url("fonts/Fort-Book.otf");
		}
		#title {
			color: #222;
  			font-family: "Shift Light", Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
			/*font-size:24px;*/
		}
		p {
			font-family: "Shift Light", Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
/*			font-size:14px;*/
		}
		hr {
			border-top: 1px solid rgb(99, 99, 99);
		}
		#page {
			width:100%;
			margin-left:0%;
		}
		/*PRH Styles*/
		div,span,blockquote {margin:0;padding:0;outline:0;line-height:inherit;text-indent:0;}
		h1,h2,h3,h4,h5,h6 {text-align:center;margin:0 0 1em 0;font-weight:normal;line-height:inherit;}
		h1 {font-size:1.25em;}
		
		hr {
			border-style:solid;
			border-width:1px;
			border-bottom-width:0;
			border-radius:2px;
			margin:1em 0 1em 0;
		}
		
		p.center, div.center{
		    text-align:center;
    		    text-indent:0;
		}
		
		p.center{
			margin: 1em 0 0 0;
		}
		.page_top_padding {
			/*margin-top:10%;*/
		}
		
		.figure_small{
		    text-align:center;
   		    margin-top:1em;
    		    margin-bottom:1em;
		    page-break-inside:avoid;
		}
		
		p.x-small {
    		    font-size:0.85em;
		}
		
		/*Squeeze Styles*/
		
		.squeeze {display:inline-block;max-width:100%;text-indent:0;}
		.squeeze-amzn {display:none;}
		
		.squeeze40_0{
			width: 40%;
		}
		
		a, a:link, a:visited, a:hover, a:active {
			color:rgb(255, 102, 0);
			text-decoration:underline;
			-webkit-text-fill-color: rgb(255, 102, 0);
		}		
		
		span.orange{
			color:rgb(255, 102, 0);
		}
		
		@media amzn-mobi{
			.squeeze {width:auto;}
			.squeeze-epub {display:none;}
			.squeeze-amzn {display:inline;}
			.mobihide{display:none;}
		}
</style>
<meta content="urn:uuid:4d5489fe-4ef0-4e1f-8467-80dda09cd7d3" name="Adept.expected.resource"/>
</head>
<body>
<div class="page_top_padding" id="page">
	<div class="figure_small"><div class="squeeze squeeze40_0"><img alt="Penguin Random House Back Ad logo" class="squeeze-epub" src="images/next-reads_logo.jpg" style="width:100%;"/><img alt="Penguin Random House Next Reads logo" class="squeeze-amzn" height="179" src="images/next-reads_logo.jpg" width="224"/></div></div>
	<div class="center">
		<h1 id="title"><em>What’s next on<br/> your reading list?</em></h1>
		<p class="center"><a href="http://links.penguinrandomhouse.com/type/prhebooklanding/isbn/9780385351348/display/1">Discover your next<br/> great read!</a></p>
						<hr/>
						
		<p class="center x-small">Get personalized book picks and up-to-date news about this author.</p>
		<p class="center"><a href="http://links.penguinrandomhouse.com/type/prhebooklanding/isbn/9780385351348/display/2">Sign up now.</a></p>	
	</div>
</div>
</body></html>
 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#51 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 834 
				Karma: 2912460 
				Join Date: Apr 2009 
				
				
				
				Device: Kobo Forma 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 As thread-creator, I welcome your post and wouldn't want it deleted.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#52 | 
| 
			
			
			
			 eReader Wrangler 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,956 
				Karma: 53555555 
				Join Date: Mar 2013 
				Location: Boise, ID 
				
				
				Device: PB HD3, GL3, Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Constantia is the one I use about 97% of the time (on all brands of eReaders) and it's pretty dark and clear "as is" on all of them. The built-in Georgia on the Nook Glowlight Plus (2015 version) is comparable when using the "thicker" setting.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#53 | 
| 
			
			
			
			 eReader Wrangler 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,956 
				Karma: 53555555 
				Join Date: Mar 2013 
				Location: Boise, ID 
				
				
				Device: PB HD3, GL3, Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Most of the built-in fonts are too light (not enough contrast) for me. Probably an issue with my eyes.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#54 | |
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Another feature I really like is the USB feature. It allows me to plug the H2O into the computer and then eject it. I can then get the H2O to ask if I want to connect or not without having to pull the USB cable. It's great for when you want to connect to Calibre a second time to update the series and description. There is a lot more the NM can do such as allow you to choose if you want to go to the home screen or my books from te book you are currently reading.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#55 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			If the spacing is too close, use the line height slider from the Aa menu to increase the spacing. Problem solved.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#56 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			How do you find Georgia on Kobo?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#57 | |
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Another example would be: Code: 
	<item id="seraphine-regular-otf" href="Fonts/Seraphine-Regular.otf" media-type="application/vnd.ms-opentype"/> <item id="seraphine-regular-otf" href="Fonts/Seraphine-Regular.otf" media-type="font/otf"/>  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#58 | |
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 141 
				Karma: 2382428 
				Join Date: Feb 2013 
				Location: California 
				
				
				Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 There is a red icon with an exclamation point within it to the left of the offending font name in the Fonts section of the file browser in calibre. Hovering over the icon or font name invokes a tool tip that reads "Not a valid font." This is for Shift-BoldItalic.otf and Shift-Light.otf. I'm pretty sure that the only place this font is used is in the code for the page that @JSWolf provided a screen shot for. That's how it's been when I've searched for it in books to see if deleting the font would potentially create any problems with using the publisher's choice, which I tend not to do, anyway. The @font-face descriptor is always in the <style> tag in the header of the html file for this particular page. It's not in any of the css files. Here's what the opf file contains for an invalid example of this: Code: 
	<item href="fonts/Shift-BoldItalic.otf" id="Shift-BoldItalic.otf" media-type="application/vnd.ms-opentype"/> <item href="fonts/Shift-Light.otf" id="Shift-Light.otf" media-type="application/vnd.ms-opentype"/>  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#59 | 
| 
			
			
			
			 eReader Wrangler 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,956 
				Karma: 53555555 
				Join Date: Mar 2013 
				Location: Boise, ID 
				
				
				Device: PB HD3, GL3, Voyage 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#60 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 37 
				Karma: 37518 
				Join Date: Aug 2011 
				Location: Australia 
				
				
				Device: Kobo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I run every single one of my books through a Calibre conversion where I strip the font property :-D.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [614] Can't set default font size in AdobeViewer | gyeben | PocketBook | 4 | 04-27-2014 09:42 AM | 
| Hacks First post here. Can I change the size of the default font set? | johnleo | Amazon Kindle | 3 | 08-09-2012 02:23 PM | 
| Set Calibre e-book viewer as default | Huisie | Library Management | 12 | 03-11-2011 09:53 PM | 
| Default font set? | brainycat | PocketBook | 13 | 06-03-2010 04:19 AM | 
| Set default font for LRF? | daruking | Calibre | 15 | 03-03-2009 07:26 PM |