I have a < p > element created dynamically with jquery, and I want to style it with a custom font that I have on my hard drive.
Could you sugest me a method to lo
This piece of code does all the job:
$("head").prepend("");