Skip to content

Instantly share code, notes, and snippets.

@tijptjik
Created April 7, 2014 19:47
Show Gist options
  • Save tijptjik/10039211 to your computer and use it in GitHub Desktop.
Save tijptjik/10039211 to your computer and use it in GitHub Desktop.
var css_url = 'https://gist.githubusercontent.com/tijptjik/10038965/raw/73d92061648c72c7c621345243bc16f2577c60db/custom.css'
$('<link>')
.appendTo($('head'))
.attr({type : 'text/css', rel : 'stylesheet'})
.attr('href', css_url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment