From a5fc5bd0979e8de1fce8a8addd351a6e7bd6aeb8 Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 24 May 2017 14:26:31 +0200 Subject: fix icon font path --- themes/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/base.less') diff --git a/themes/base.less b/themes/base.less index a4fa7e77..2bee2187 100644 --- a/themes/base.less +++ b/themes/base.less @@ -1,6 +1,6 @@ @import "assets/bootstrap/less/bootstrap"; -@icon-font-path: "../fonts/"; +@icon-font-path: "../../../../vendor/bootstrap/fonts/"; body { padding-top: 50px; -- cgit v1.2.3-54-g00ecf