I am facing, the font-family issue in Chrome browser. while applying the font-family "arial black", the chrome parsing the double quotes with the string. so it applies like below.
style="font-family:"arial black";padding-left:10px;"
After saved, while reading the content, it is throwing the parsing issue.
Note: The font-family not parsed properly.
style="font-family:"
Thanks,