View Single Post
Old 11-10-2009, 11:40 AM   #7
brewt
Boo-Frickety-Hoo-Erizer
brewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enoughbrewt will become famous soon enough
 
brewt's Avatar
 
Posts: 251
Karma: 686
Join Date: Oct 2007
Device: Kobo Glo HD!
Thanks for lookin'. God, mybad on typo.

In my original html, the styles and @fontface calls were in a real css, not at the top of the html - did calibre re-embed? (Built with Word, hand-excised styles references)

Not in original html, in calibre-rendered html's:
Quote:
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }
@font-face {
font-family: Tahoma;
panose-1: 2 11 6 4 3 5 4 4 2 4
}

@font-face {
font-family: "Ocean Sans Std Bold Ext"
}

@font-face {
font-family: Inconsolata
}

@font-face {
font-family: Perpetua
}

@font-face {
font-family: Broadway
}
Also, in the calibre-built epub's css, there are calibre styles that I didn't have in the original.....
Quote:
<link rel="Stylesheet" type="text/css" media="all" href="styles.css"/>
<meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/><link href="stylesheet.css" type="text/css"
Quote:
.calibre4 {
display: block;
font-family: Perpetua;
font-size: 1.125em;
font-weight: bold;
margin-bottom: 3pt;
margin-left: 0;
margin-right: 0;
margin-top: 12pt;
page-break-after: avoid
}
etc
Are these just the styles I had in my original css that I didn't use?

...understanding fading.....

-bjc
brewt is offline   Reply With Quote