View Single Post
Old 05-29-2019, 12:20 PM   #103
Gorcsev
Enthusiast
Gorcsev began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Mar 2019
Device: Kobo Clara HD
I have the following in my CSS:
.mono {
display: block;
font-family: monospace;
text-align: justify;
line-height: 130%;
widows: 2;
orphans: 2;
}

with the intention to display monospaced fonts in epub. It works in epub. Could it be reached in kebub as well without using embedded fonts?
Gorcsev is offline   Reply With Quote