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?
|