Thread: ePUB weight
View Single Post
Old 03-02-2015, 09:27 PM   #58
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
@JSWolf I'm curious. What is the advantage of including the line, text-align: justify;

p {
text-indent: 1em;
text-align: justify;
font-size: 1.15em;
font-family: Arial;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0.00em;
}


in the css for paragraphs as opposed to leaving the line out completely

p {
text-indent: 1em;
font-size: 1.15em;
font-family: Arial;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0.00em;
}


and allowing each device to format the paragraphs.

For the same reason why include the font-family line?

Both of these lines (line text-align: justify and font-family: Arial) cause me to edit or convert the epub before adding them to my library.
DoctorOhh is offline   Reply With Quote