/ Published in: jQuery
As you can see you need to add backslash and apostrophe => \' to font family with space between. If there isn't spaces in font name just use double apostrophes, e.g. "Lucida Grande"
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function(){ $("body #results p").css("font-family","\'Lucida Grande\'"); });