Quote:
Originally Posted by Sirtel
It's supposed to work without Publisher Font. I haven't done it myself, but I've certainly read books where some sections used an embedded font and most of the book didn't. I never use Publisher Default. And yes, with epubs, not kepubs.
|
I'm glad that's how it works, because that's much smarter, but in that case I'm not sure what I'm doing wrong.
I have it set up in the CSS as
.blog {
display: block;
font-family: "Courier Prime";
font-size: 100%;
}
And then <div class="blog"></div> around the text in question. It previews perfectly in the editor...