| 
			
			 | 
		#61 | 
| 
			
			
			
			 Dude 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 216 
				Karma: 2184130 
				Join Date: Feb 2014 
				Location: Dobbstown 
				
				
				Device: Kobo Aura One; Kobo Aura H2o; Sony Reader PRS-T3 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#62 | 
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 150 
				Karma: 52546 
				Join Date: Oct 2010 
				
				
				
				Device: Kobo Sage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Maybe I'm a bit dense but where do you go to add the "line-height: normal" into your CSS file ?  Is this something that needs to be added in Calibre? If so how do I do it?  I looked but didn't find it.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#63 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,286 
				Karma: 7409537 
				Join Date: Mar 2009 
				Location: Circling Earth @ Mach .83 
				
				
				Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#64 | 
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 150 
				Karma: 52546 
				Join Date: Oct 2010 
				
				
				
				Device: Kobo Sage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			"The line spacing can be solved by including "line-height: normal" into your CSS file (for instance in the body {} section)." 
		
	
		
		
		
		
		
		
		
		
		
		
	
	That's what I am looking for clarification on. Where can I find the css file that includes the body {} section?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#65 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,998 
				Karma: 243829945 
				Join Date: Jan 2014 
				Location: Estonia 
				
				
				Device: Kobo Sage & Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Open the book in the editor (Edit book).
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#66 | |
| 
			
			
			
			 Running with scissors 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,592 
				Karma: 14328510 
				Join Date: Nov 2019 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Code: 
	body {
  line-height: 1.2;  /* or normal */
}
 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#67 | |
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 150 
				Karma: 52546 
				Join Date: Oct 2010 
				
				
				
				Device: Kobo Sage 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 body { line-height: 1.2; /* or normal */ }  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#68 | 
| 
			
			
			
			 Running with scissors 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,592 
				Karma: 14328510 
				Join Date: Nov 2019 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Yes, but it doesn't always work.  That's what I did early on.  The problem is if a tag has a class, that css takes precedence over a naked tag. E.g., if it says body class="calibre1" then it'll use the .calibre1 css and not yours.  Even worse, some have body style="some crap" but I think calibre will convert that to a class in the .css file.  I've resorted to deleting the class="whatever" on all of the body tags, likewise on all of the p tags for the body text.  This is after I convert to EPUB.  The kindle files are pretty ugly and calibre cleans up a lot of their garbage during the conversion.
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Last edited by hobnail; 11-09-2021 at 10:01 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#69 | 
| 
			
			
			
			 Gentleman and scholar 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,502 
				Karma: 111164374 
				Join Date: Jun 2015 
				Location: Space City, Texas 
				
				
				Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Does Bitter have ligatures? (My Kobo is downstairs or I would just install it and check.)
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#70 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 706 
				Karma: 2153490 
				Join Date: Aug 2021 
				Location: Stupid Philippines 
				
				
				Device: Kobo Libra 2, Boyue Likebook P78 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Pardon my ignorance but is ligatures GOOD or BAD in ereaders? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	What is the implication if a font has ligatures?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#71 | |
| 
			
			
			
			 Diligent dilettante 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,662 
				Karma: 52758936 
				Join Date: Sep 2019 
				Location: in my mind 
				
				
				Device: Kobo Sage; Kobo Libra Colour 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  
		Last edited by Uncle Robin; 11-10-2021 at 11:12 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#72 | |
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 150 
				Karma: 52546 
				Join Date: Oct 2010 
				
				
				
				Device: Kobo Sage 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Also on the in Preferences-Conversion-Common Opitions-Look & Feel- Styling page at the bottom is a Filter style information box that allows you to completely remove stuff. Do you know if it is safe to remove Fonts and Margins? Some converted epub books do not allow a kobo reader to change fonts at all and others seem to have a large margin on the left side for no apparent reason. I'd love to get rid of both of these issues. At the present time I haven't been able to find any books to test this on.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#73 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,998 
				Karma: 243829945 
				Join Date: Jan 2014 
				Location: Estonia 
				
				
				Device: Kobo Sage & Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 The large left margin usually appears when the book is converted from the old mobi format. I've removed them in the editor from hundreds of my older Amazon purchases. Last edited by Sirtel; 11-10-2021 at 07:23 AM.  | 
|
| 
		
 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#74 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 113 
				Karma: 37002 
				Join Date: Jun 2019 
				
				
				
				Device: Bookeen Odyssey FrontLight 2, Pocketbook Inkpad 3, Kobo Libra 2 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#75 | 
| 
			
			
			
			 Gentleman and scholar 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,502 
				Karma: 111164374 
				Join Date: Jun 2015 
				Location: Space City, Texas 
				
				
				Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Libra 2 | Maillemom | Kobo Reader | 6 | 10-27-2021 10:02 AM | 
| Libra Libra H2O vs Libra 2 (from reddit) | Deobulakenyo | Kobo Reader | 19 | 10-20-2021 10:21 PM | 
| Upgrade to Libra | PicassoPigeon | Kobo Reader | 2 | 09-15-2020 08:48 PM | 
| Libra covers | disconnected | Kobo Reader | 9 | 10-19-2019 02:46 AM | 
| How to converse bold font into normal font output in calibre? | Percivale | Kobo Reader | 3 | 11-09-2015 10:21 PM |