View Single Post
Old 10-11-2013, 06:52 PM   #5
immaginativa
Member
immaginativa began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2013
Device: Samsung Galaxy w Nook and Kindle apps
Quote:
Originally Posted by Tex2002ans View Post
Give us examples of code + CSS.

Somewhere in the CSS you are most likely forcing font-sizes.

Much of the newer hardware/software allows you to override publisher defaults for margins/font-size/line-spacing, but on older hardware, you are forced into the publisher's CSS choices for this.
I don't think this is the case, since there is a setting for this on my device, which does nothing. I don't know enough about CSS to try and force anything -- but here is in general, what it looks like.

.Normal-P1
{
margin:0.0px 0.0px 13.3px 0.0px; text-align:justify; font-weight:400; text-indent:48.0px; font-family:"Times New Roman", serif; font-size:16.0px; line-height:1.15em;
}
.Normal-P2
{
margin:0.0px 0.0px 13.3px 13.3px; text-align:justify; font-weight:400; text-indent:48.0px; font-family:"Times New Roman", serif; font-size:16.0px; line-height:1.15em;
}
.Body-P1
{
margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400; text-indent:0.0px; font-family:"Times New Roman", serif; font-size:16.0px; line-height:1.15em;
}


All of my fonts are in pixels, also the margins, when there are any. This is recommended, as I understand it.
immaginativa is offline   Reply With Quote