I have a page where I'm fetching a Wordpress main index to handle my 'news feed', imported via jQuery.ajax. I'm also using typeface.js on the same page to have better typeface control. I want to call typeface.js on the elements in the Ajax'd HTML. The problem is that I'm not sure how to do that, since the structure of it is unfamiliar to me. It doesn't have functions to call in the normal sense, otherwise I'd just use those on success with the ajax request.
Does anyone have experience with typeface.js to help me out?
Thanks.