Elena Tork: -moz-osx-font-smoothing entfernen

Beitrag lesen

Hallo Gunnar!

Herzlichen Dank für die Antwort!

Nun habe ich das Problem, dass die Befehle nicht erkannt werden. Ist meine Schreibweise eventuell falsch?

Ich habe im CSS-Bereich des Themes folgendes ausprobiert:

style { -webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial; }

.style { -webkit-font-smoothing: initial!important; -moz-osx-font-smoothing: initial!important; }

body { -webkit-font-smoothing: initial!important; -moz-osx-font-smoothing: initial!important; }

.body { -webkit-font-smoothing: initial!important; -moz-osx-font-smoothing: initial!important; }

Ich habe die obigen Versionen auch alle mit none und unset anstelle von initial ausprobiert. Auch nur den Inhalt mit Klammern habe ich ausprobiert.

Leider ohne Erfolg. Ist meine Schreibweise vllt. einfach falsch

Viele Grüße! Elena