jquery font family code example
Example: how to change the font family using jquery
$(this).css({"font-family": "Arial, Helvetica, sans-serif", "font-size": "200%"});
$(this).css({"font-family": "Arial, Helvetica, sans-serif", "font-size": "200%"});