Anpassung der Schirftart
Die Schriftart im Shop wird über einen Syle-Tag im Bereich Globale Shopeinstellungen → Header Code geändert.
Beispiel 1
<style>
.font-zfMain
{ font-family: courier, monospace !important; }
</style>
Beispiel 2
<style>
.font-zfMain
{ font-family: 'Georgia', serif !important; }
</style>