upgrade fontawesome

This commit is contained in:
Albert Yi
2019-02-12 13:37:50 -08:00
parent a66d0353d8
commit 25c495f2fb

View File

@@ -70,10 +70,10 @@
</script> </script>
<% if request.domain =~ /donmai\.us/ %> <% if request.domain =~ /donmai\.us/ %>
<!-- this is only usable on danbooru.donmai.us --> <!-- this is only usable on danbooru.donmai.us -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-zhaLg9HKxTxDljOPXpWHGn91XMDH+sYAWRSgvzHes290/ISyrNicGrd6BInTnx3L" crossorigin="anonymous"> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev" crossorigin="anonymous">
<% else %> <% else %>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<% end %> <% end %>
<script> <script>
if (typeof window.Danbooru !== "object") { if (typeof window.Danbooru !== "object") {
window.Danbooru = {}; window.Danbooru = {};