View Single Post
Old 12-17-2010, 07:30 PM   #1
soulartist
Enthusiast
soulartist began at the beginning.
 
soulartist's Avatar
 
Posts: 45
Karma: 10
Join Date: Nov 2010
Location: New Mexico
Device: none
Bullet List / Changes to Boldface

I have a bullet list that upon export from InDesign to ePub ends up with a bold face type: ADE, Sigil, Calibre.

Is there a way to change the boldface back to the regular typeface?

Here's the HTML and CSS, plus a screenshot of the export.


HTML

<ul>
<li class="bullet-list-ii">identify and elevate your sense of self; </li>
<li class="bullet-list-ii">define the merit of your art;</li>
<li class="bullet-list-ii">and fortify your character with an organic confidence based on awareness for all the seasons of your life. </li>
</ul>


CSS


}
p.bullet-list-ii {
font-family: "Adobe Caslon Pro";
font-weight: normal;
font-style: normal;
font-size: 0.88em;
line-height: 1.33em;
text-decoration: none;
font-variant: normal;
text-indent: -1.71em;
text-align: left;
color: #000000;
margin: 0.17em 3.43em;
}
Attached Thumbnails
Click image for larger version

Name:	bullet_issue.jpg
Views:	349
Size:	198.9 KB
ID:	62980  
soulartist is offline   Reply With Quote