switch feather for fontawesome

This commit is contained in:
Josh
2018-06-20 15:18:05 -04:00
parent e1eca134fc
commit 1c966663e0
15 changed files with 23 additions and 34 deletions

View File

@ -4,6 +4,8 @@
<title>Greenlight</title>
<%= csrf_meta_tags %>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>