View Single Post
Old 04-28-2013, 09:43 AM   #441
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Sieht als erstes Buch einschließlich Cover sehr gut aus. Da ADE griechische Buchstaben mit Akzenten nicht leiden kann, müsstest Du noch eine griechische Schriftart (z. B. Galatia SIL) einbetten und griechische Buchstaben mit einem entsprechenden <span> umgeben.

Dazu kannst Du den folgenden regulären Ausdruck verwenden:

Find: ([\p{Greek}]+)
Replace: <span class="greek">\1</span>

Im Stylesheet musst Du dann folgendes hinzufügen:

@font-face { font-family: "Galatia SIL"; src: url(../Fonts/GalSILR.ttf); }
@font-face { font-family: "Galatia SIL"; src: url(../Fonts/GalSILB.ttf); }
span.greek { font-family: "Galatia SIL"; }

Last edited by Doitsu; 04-28-2013 at 11:45 AM.
Doitsu is offline   Reply With Quote