From 2cc5f349d495991447beb08cf04f5f607e95fbb6 Mon Sep 17 00:00:00 2001 From: "Ahmed M. Ammar" Date: Fri, 3 Feb 2017 18:21:04 +0200 Subject: [PATCH] Add font path variable --- resources/assets/sass/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss index 0a2bc731..4cc95e3d 100644 --- a/resources/assets/sass/_variables.scss +++ b/resources/assets/sass/_variables.scss @@ -35,3 +35,6 @@ $input-color-placeholder: lighten($text-color, 30%); // Panels $panel-default-heading-bg: #fff; + +// Fonts +$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";