Hi,
for names in my acknowledgement I wanted to use the font I use for my title chapters.
But when I do this, the name jumps to the next line in preview and I can't detect the error or the reason why. The name in the font appears in one single line. I haven't found a solution online (or maybe I haven't typed the error correctly).
Can anybody have a look at this and tell me what I can improve/change?
I used this in my style sheet:
/* <p class="LoftygoalsregularNamen">TEXT</p> / Text mit Schriftart "Lofty Goals"*/
.LoftygoalsregularNamen {
font-family: "Loftygoalsregular";
font-weight: bold;
font-style: normal;
text-align: justify;
display: block;
text-indent: 0em;
}
I also have added a test epub file for more info.
Thank you!
for names in my acknowledgement I wanted to use the font I use for my title chapters.
But when I do this, the name jumps to the next line in preview and I can't detect the error or the reason why. The name in the font appears in one single line. I haven't found a solution online (or maybe I haven't typed the error correctly).
Can anybody have a look at this and tell me what I can improve/change?
I used this in my style sheet:
/* <p class="LoftygoalsregularNamen">TEXT</p> / Text mit Schriftart "Lofty Goals"*/
.LoftygoalsregularNamen {
font-family: "Loftygoalsregular";
font-weight: bold;
font-style: normal;
text-align: justify;
display: block;
text-indent: 0em;
}
I also have added a test epub file for more info.
Thank you!







