Created
August 2, 2018 07:40
-
-
Save ducksoupdev/486a0fa685aabef1784cbfde05299fe1 to your computer and use it in GitHub Desktop.
Load fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ['/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