Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created August 2, 2018 07:40
Show Gist options
  • Select an option

  • Save ducksoupdev/486a0fa685aabef1784cbfde05299fe1 to your computer and use it in GitHub Desktop.

Select an option

Save ducksoupdev/486a0fa685aabef1784cbfde05299fe1 to your computer and use it in GitHub Desktop.
Load fonts
['/css/font-awesome.css', '/css/font-populaire.css'].forEach(function (f) {
var gf = document.createElement('link')
gf.rel = 'stylesheet'
gf.href = f
gf.type = 'text/css'
var gd = document.getElementsByTagName('link')[0]
gd.parentNode.insertBefore(gf, gd)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment