Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 07:58 AM   #31
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 84,051
Karma: 153695583
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Then you don't need to embed. Just enjoy reading.
JSWolf is offline   Reply With Quote
Old Today, 08:25 AM   #32
Siavahda
Addict
Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.
 
Posts: 200
Karma: 9400
Join Date: Aug 2010
Location: Helsinki
Device: Kobo Clara Colour
Quote:
Originally Posted by JSWolf View Post
Then you don't need to embed. Just enjoy reading.
But it's not working? Like I said. On the Kobo, this ebook I've been trying to wrangle does not present in monospace.

YOURS does. So I think the Kobo must have registered the fonts correctly. Which would mean the issue is with this specific ebook, not the Kobo.

But the ebook looks perfect in Calibre Editor and Viewer. So I don't know what the problem is.
Siavahda is offline   Reply With Quote
Advert
Old Today, 10:10 AM   #33
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 84,051
Karma: 153695583
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Please post the relevent HTML code and the CSS so we can see what the problem is.
JSWolf is offline   Reply With Quote
Old Today, 10:46 AM   #34
Siavahda
Addict
Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.
 
Posts: 200
Karma: 9400
Join Date: Aug 2010
Location: Helsinki
Device: Kobo Clara Colour
It hasn't changed from before, it's still

.blog {
font-family: Courier;
}

The monospaced text is marked with div tags, so
<div class="blog">
<p class="calibre7">texttexttext</p>
</div>

the css for calibre7 is simply
.calibre7 {
display: block;
margin: 1em 0;
}
the 'body' css is
.calibre {
display: block;
font-size: 1em;
line-height: 1;
padding-left: 0;
padding-right: 0;
text-align: justify;
margin: 0 5pt;
}

I don't know what else would be relevant to show you?
Siavahda is offline   Reply With Quote
Old Today, 10:52 AM   #35
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 84,051
Karma: 153695583
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
You have to to change .blog to...
Code:
.blog {
  font-family: monospace;
}
JSWolf is offline   Reply With Quote
Advert
Old Today, 11:09 AM   #36
Siavahda
Addict
Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.
 
Posts: 200
Karma: 9400
Join Date: Aug 2010
Location: Helsinki
Device: Kobo Clara Colour
That didn't work either.

Attaching a scrambled version for others to check. I'm sure it's something super obvious and I'm going to be so embarrassed I missed it...
Attached Files
File Type: epub Constellation Games - Leonard Richardson_scrambled.epub (552.1 KB, 8 views)
Siavahda is offline   Reply With Quote
Reply

Tags
css, kobo, small caps, smallcaps


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How widely supported are smallcaps? Land_Outcast ePub 105 06-16-2024 12:46 AM
Reestablishing smallcaps roger64 Workshop 8 05-27-2017 01:49 PM
smallcaps how to? JSWolf ePub 20 06-02-2016 02:40 PM
Kobo bookstore on Kobo Touch not showing prices (Canada) RobertJSawyer Kobo Reader 13 09-23-2012 08:30 PM
Smallcaps in Kindle cscotts Kindle Formats 5 01-26-2011 09:52 AM


All times are GMT -4. The time now is 07:14 PM.


MobileRead.com is a privately owned, operated and funded community.