From f25e144a1563c612d54cf1ccb7770efb1c8b0303 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 15 Nov 2016 16:02:03 +0000 Subject: [PATCH] Update font awesome to v4.7. --- services/web/public/stylesheets/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/style.less b/services/web/public/stylesheets/style.less index 03df27569b..61d5199773 100755 --- a/services/web/public/stylesheets/style.less +++ b/services/web/public/stylesheets/style.less @@ -1,6 +1,6 @@ // Core variables and mixins @import "core/variables.less"; -@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); +@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); @import "core/mixins.less";