View Single Post
Old 07-27-2022, 04:05 AM   #9
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,095
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by ownedbycats View Post
For anyone else who comes across this thread in the future, adding this to stylesheet.css improves converted txt > ePub walkthroughs a bit:

Code:
pre {
   font-family: "courier new", courier, monospace;
   font-size: 10px;
   white-space: pre-wrap; 
}
Font size helps it better fit into the default window size, and white-space helps with a mild Chromium wrapping bug.
10px ?
Shouldn't that be 10pt (which is also scalable )?
theducks is offline   Reply With Quote