Skip to content

Instantly share code, notes, and snippets.

@tijptjik
Created April 7, 2014 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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