Thread: Letter-spacing
View Single Post
Old 05-24-2020, 04:08 PM   #4
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by kamanza View Post
It works in Sigil, but does not in ADE.
I don't believe letter-spacing works in RMSDK (EPUB2), but it might work in EPUB3... but again, I strongly recommend against using it.

Quote:
Originally Posted by kamanza View Post
Apparently, I'll just have to insert spaces manually.
Why not just leave the text as it is?

Code:
<h2>CHAPTER 1</h2>
Trying to insert forced spaces:

Code:
<h2>C H A P T E R 1</h2>
will just cause many more issues (especially Text-to-Speech). Also see the "Accessibility Concerns" heading in the MDN link above.
Tex2002ans is offline   Reply With Quote