View Single Post
Old 04-12-2015, 10:14 AM   #35
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Testing jackie_w's epub on my wife's Glo running FW3.12.1, everything seems to be OK. Well, once I got the font name right Attached is a screenshot showing what it looks like. This is with no patches.

And the stylesheet with the statements added by the driver from the kobo-extra.css is:
Spoiler:
Code:
body {
    display: block;
    font-size: 1em;
    text-align: left
    }
h2 {
    display: block;
    font-family: monospace;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center;
    text-indent: 0
    }
.parastd {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-indent: 0
    }
.paramono {
    display: block;
    font-family: monospace;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-indent: 0
    }
.mono {
    display: inline;
    font-family: monospace
    }
@font-face {
    font-family: monospace;
    font-weight: normal;
    font-style: normal;
    src: url(res:///fonts/normal/Consolas)
    }
@font-face {
    font-family: monospace;
    font-weight: bold;
    font-style: normal;
    src: url(res:///fonts/bold/Consolas)
    }
@font-face {
    font-family: monospace;
    font-weight: normal;
    font-style: italic;
    src: url(res:///fonts/italic/Consolas)
    }
@font-face {
    font-family: monospace;
    font-weight: bold;
    font-style: italic;
    src: url(res:///fonts/bolditalic/Consolas)
    }
Attached Thumbnails
Click image for larger version

Name:	monospace-test.png
Views:	285
Size:	72.1 KB
ID:	137157  
davidfor is offline   Reply With Quote