| 
			
			 | 
		#136 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,784 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I make sure the chapter headers are not taking up too much space (most do). I make sure the base font size is not defined so it uses the default. I remove any line-height and I remove most/all embedded fonts. Also, all unused CSS will go. I'll add in my CSS code and use that as needed. Most of the time, fixing the ePub does not take long.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#137 | 
| 
			
			
			
			 Bookish 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,049 
				Karma: 2006208 
				Join Date: Jun 2011 
				
				
				
				Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#138 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I missed the word "size". It should have been "normalise the font size".  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Basically I delete the font size from the standard paragraphs and the body. Then I fiddle with the font size of the headings and anything else that might be different to try and keep something similar to the original design. For the record, there is something out there that will build a book with body having a font size of something like 0.83333em, then wraps the text in a div with a font size of 1.2m, uses a paragraph for the heading setting that to 1.2, but wraps the actual text in two spans with different sizes. When I have multiplied it our, it usually works out to be about 1.6em for the headings. I simplify this rubbish but try to maintain the same relative sizes. So I think normalising is a reasonable word choice. I do remove the font family for the standard paragraph. I have found the following in a lot of books: Code: 
	body {
    font-family: Palatino, Malabar, Merriweather, "Droid Serif", serif;
}
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#139 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 706 
				Karma: 2153490 
				Join Date: Aug 2021 
				Location: Stupid Philippines 
				
				
				Device: Kobo Libra 2, Boyue Likebook P78 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Is there a way to remove some stock fonts in kobo devices- ones that i know i won't use even if kobo pays me to do?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#140 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,784 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#141 | |
| 
			
			
			
			 doofus 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,555 
				Karma: 13089041 
				Join Date: Sep 2010 
				
				
				
				Device: Kobo Libra 2, Kindle Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 It's a tricky problem. I was using Google play books and wondering how they got font size to be the same across books. Then I realized they just force all <p> to the same font size, so copyright text is as big as main text. If you change text align from the default, say left, then every <p> is left aligned. What's needed is some kind of analysis to identify where the "main texts" are and force preferred font size / line height / text align only to those, but that's a fuzzy criterion that only works reasonably well for straightforward narrative books. It's better for publishers to leave the main text alone. That formatting is best which formats the least. My solution with my fork of Plato is to allow the user, namely me, to point to a paragraph and say "apply my settings to all paragraphs of this class". Less work than editing css and no more tweaking the font slider  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#142 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,999 
				Karma: 243829945 
				Join Date: Jan 2014 
				Location: Estonia 
				
				
				Device: Kobo Sage & Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I do this because I don't want to depend on any one app or reading program to handle my formatting. I want my books to have unified formatting that looks more or less the same on any device.  | 
|
| 
		
 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#143 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,784 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I too remove any font sizes in the main text. I do leave font sizes for things like chapter headers, sub-headers, etc.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#144 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 710 
				Karma: 2483502 
				Join Date: Jul 2011 
				
				
				
				Device: Kobo Aura 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#145 | ||
| 
			
			
			
			 Bookish 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,049 
				Karma: 2006208 
				Join Date: Jun 2011 
				
				
				
				Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Quote: 
	
 However, that will not aid against silly constructs. For example I recently encountered an ebook which had the following preamble: Code: 
	<?xml version='1.0' encoding='utf-8'?> <html xmlns="http://www.w3.org/1999/xhtml" lang="ca"> Code: 
	<p xml:lang="en"> ![]() Oh well, this makes even some dry statistics ebook quite funny.  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#146 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 877 
				Karma: 2676800 
				Join Date: Sep 2008 
				Location: Taranaki - NZ 
				
				
				Device: Kobo Aura H2O, Kobo Forma 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#147 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 It might be different if there are absolute values in sizes of the input book. I haven't seen a book like that for a while.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#148 | 
| 
			
			
			
			 Absentminded Reader 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,345 
				Karma: 7442365 
				Join Date: Apr 2017 
				
				
				
				Device: Kobo Mini, Libra Colour & Elipsa; Kindle Paperwhite 3 & 4; iOS apps 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Firmware 4.33.19759
			 
			So fast! You’re amazing. Sent from my iPhone using Tapatalk Pro Last edited by Cootey; 08-04-2022 at 02:21 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#149 | 
| 
			
			
			
			 Absentminded Reader 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,345 
				Karma: 7442365 
				Join Date: Apr 2017 
				
				
				
				Device: Kobo Mini, Libra Colour & Elipsa; Kindle Paperwhite 3 & 4; iOS apps 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I absolutely love the font preview window while pinching and zooming. This is such a better solution for font resizing than on my Kindle Paperwhite. Obviously, the faster processor on my Elipsa makes this a smoother procedure than on my Clara HD, but it still works on the Clara HD without too much difficulty.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Sometimes the preview zooms in on blank space between the sentences (too deep!) or just gets stuck and refuses to adjust no matter how much you pinch or zoom. I imagine they’ll work out all the kinks eventually, but for now I really enjoy this new feature. It’s so much more convenient than what has been available until now. Sent from my iPhone using Tapatalk Pro  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#150 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,277 
				Karma: 5935030 
				Join Date: Jun 2011 
				Location: Ontario, Canada 
				
				
				Device: Kobo Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Since installing this firmware, my Libra 2 almost always freezes when I attempt connecting to PC without re-booting it first.. and even then sometimes. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	It doesn't expose the filesystem to the OS in that state any more, so there is no damage,, it's only a minor irritant.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| firmware, firmware release | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 10:02 PM | 
| Nouveau firmware firmware 6.5.765 pour la Inkpad 3/PB740 | mooms | PocketBook | 0 | 11-08-2021 09:23 AM | 
| Firmware Update Kindle firmware 5.12.1 | eilon | Amazon Kindle | 102 | 09-26-2019 09:38 PM | 
| Firmware glitch - typing text slow on some firmware+device combinations | mdp | Onyx Boox | 11 | 11-11-2017 01:48 AM | 
| Firmware 2.0.3 Pocketbook IQ - another firmware is release for IQ | tvpupsik | PocketBook | 26 | 12-13-2010 04:03 PM |