浏览代码

Makes the path relative instead of absolute

Anshul Singhal 8 年之前
父节点
当前提交
d508570f6e
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      sass/_variables.scss

+ 2 - 3
sass/_variables.scss

@@ -1,4 +1,4 @@
-/* 
+/*
     Color scheme helpers:
     Color scheme helpers:
     https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
     https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
     http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
     http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
@@ -66,8 +66,7 @@ $mobile-chat-width: 100% !default;
 $mobile-chat-height: 400px !default;
 $mobile-chat-height: 400px !default;
 $small-mobile-chat-height: 300px !default;
 $small-mobile-chat-height: 300px !default;
 
 
-/* $font-path: "../fonticons/fonts/" !default; */
-$font-path: "/fonticons/fonts/" !default;
+$font-path: "../fonticons/fonts/" !default;
 
 
 $chatroom-width: 300px !default;
 $chatroom-width: 300px !default;
 $chatroom-head-color: #E76F51 !default;
 $chatroom-head-color: #E76F51 !default;