Also, neither this:
Code:
body {
adobe-text-layout: optimizeSpeed;
}
.regular {
margin-top: 10pt;
margin-bottom: 10pt;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
text-align: justify;
text-justify: auto;
text-indent: 15pt;
widows: 2
orphans: 2;
line-height:120%;
}
nor this:
Code:
body {
adobe-hyphenate: none;
}
.regular {
margin-top: 10pt;
margin-bottom: 10pt;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
text-align: justify;
text-justify: auto;
text-indent: 15pt;
widows: 2
orphans: 2;
line-height:120%;
}
...work. Neither seems to fix the problem.