From a8344b41cb791e4a726eac0331107f6d77eae4a0 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 28 Nov 2017 20:49:23 -0800 Subject: [PATCH] switch to official fontawesome repo, the optimized one doesnt actually work without several changes --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 89e810b..b58b12c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "fa"] path = fa - url = https://github.com/RoelN/Font-Awesome.git + url = https://github.com/FortAwesome/Font-Awesome.git