From 5212bbf9c4bb14d0ee5f009512df0bb6f7a475d0 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 21:51:54 +0200 Subject: Replace font-awesome with fork-awesome This patch replaces font-awesome with its fork called fork-awesome. Besides the fact that the newer versions of font-awesome can't be shipped with distros like debian due to license issues, fork-awesome also provides more FOSS related icons and builds on top of version 4.7.x of font-awesome, which we used until this patch. Signed-off-by: Sheogorath --- public/views/codimd/head.ejs | 2 +- public/views/html.hbs | 2 +- public/views/index/head.ejs | 2 +- public/views/pretty.ejs | 2 +- public/views/slide.ejs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/views/codimd/head.ejs b/public/views/codimd/head.ejs index 1f446253..b76eb706 100644 --- a/public/views/codimd/head.ejs +++ b/public/views/codimd/head.ejs @@ -9,7 +9,7 @@ <% if(useCDN) { %> - + diff --git a/public/views/html.hbs b/public/views/html.hbs index a87bf81a..cc08b6fe 100644 --- a/public/views/html.hbs +++ b/public/views/html.hbs @@ -16,7 +16,7 @@ - + diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index f826d9ee..fc10dfa0 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -11,7 +11,7 @@ <% if(useCDN) { %> - + diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 4c2fc0ab..a20f2296 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -19,7 +19,7 @@ <% if(useCDN) { %> - + diff --git a/public/views/slide.ejs b/public/views/slide.ejs index c11d2984..2b069f2d 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -16,7 +16,7 @@ <% if(useCDN) { %> - + -- cgit v1.2.3