Skip to content

Commit

Permalink
font awesome: switch from js+svg to css+webfont version (fix #3890).
Browse files Browse the repository at this point in the history
  • Loading branch information
evazion committed Sep 14, 2018
1 parent de78c5f commit 26674ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/default.html.erb
Expand Up @@ -70,7 +70,7 @@
"url" : "<%= root_url %>"
}
</script>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" integrity="sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<script>
if (typeof window.Danbooru !== "object") {
window.Danbooru = {};
Expand Down

0 comments on commit 26674ec

Please sign in to comment.