Is it possible to retrieve the assigned font of an element in jQuery?
Let\'s say there is css:
#element { font-family: blahblah,Arial; }
$('#element').css("font-family", "Arial");
Try this.