From cd4b6162ff5412d4bc97b348c6f0065c295d0088 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Tue, 24 Aug 2021 08:38:02 +0200 Subject: [PATCH] fix file and folder icon --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 6dc5835..900c9b3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -305,7 +305,7 @@ a:hover { .files .file::before { content: "\f15b"; - font-family: FontAwesome; + font-family: 'Font Awesome 5 Free'; position: absolute; left: 0px; width: 7px;