I have been using the custom CSS box to change the fonts in my site, built as a child of the Omega theme. I can set them, using the font names in quote marks, and it looks great; but when I save and close the box the changes are lost.
When I go back to the custom CSS box I discover that all the quote marks have been escaped using the back-slash character. Like this:
body, html {font-family: \"Palatino Linotype\", \"Book Antiqua\", Palatino, serif; background-color: #fff;
Consequently the new CSS doesn’t work and the site uses only the non-quoted fonts. Why is this happening and how do I get round it?