Skip to content

Instantly share code, notes, and snippets.

@victorb
Created March 20, 2014 16:25
Show Gist options
  • Select an option

  • Save victorb/9667862 to your computer and use it in GitHub Desktop.

Select an option

Save victorb/9667862 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<script type="text/javascript">
var loadCss = function(url,rel = 'stylesheet') {
head = document.getElementsByTagName('head')[0]
link = document.createElement('link')
link.type = 'text/css'
link.rel = rel
link.href = url
head.appendChild(link)
return link
}
loadCss('https://d4z6dx8qrln4r.cloudfront.net/EuBhON-532ada141ffd5-default.z.css')
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment