Hey,
The current code in pro/framework/functions/frontend/generated-css/icon.php on line #565:
.comment-form-comment label { font-family: "<?php echo $x_headings_font_stack; ?>"; }
is outputting in some pages (at least in posts with comments):
.comment-form-comment label{font-family:""[the-font-family-chosen-by-the-user]",sans-serif";}
which has 2 extra double quotes, so it does not validate as proper CSS (it produces an “is an incorrect operator” error message).
In order to fix the problem described, the double quotes must be removed on line 565.
Best regards,
Diego
