View Single Post
Old 06-03-2010, 01:25 PM   #3
lmronan
Junior Member
lmronan began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2010
Device: none
I don't know much about code which is why I'm using Sigil. My css file is 500 lines long. Most of it seems to be about paragraph styling, this is the first bit that seems to be about the whole doc.
@namespace h "http://www.w3.org/1999/xhtml";
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: justify
}

I see on the Threepress site I should have something like,
"@font-face {
font-family : MyFont;
font-weight : normal;
font-style: normal;
src : url(MyFont.otf);

but I don't.

I'm very lost.


}
lmronan is offline   Reply With Quote