浏览代码

removed query parameter

Dustin Utecht 5 年之前
父节点
当前提交
78e4457e87
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/themes/bootstrap-table/_font.scss

+ 4 - 4
src/themes/bootstrap-table/_font.scss

@@ -2,10 +2,10 @@
   font-family: 'bootstrap-table';
   src: url('fonts/bootstrap-table.eot?gmdfsp');
   src:
-  url('fonts/bootstrap-table.eot?gmdfsp#iefix') format('embedded-opentype'),
-  url('fonts/bootstrap-table.ttf?gmdfsp') format('truetype'),
-  url('fonts/bootstrap-table.woff?gmdfsp') format('woff'),
-  url('fonts/bootstrap-table.svg?gmdfsp#bootstrap-table') format('svg');
+  url('fonts/bootstrap-table.eot') format('embedded-opentype'),
+  url('fonts/bootstrap-table.ttf') format('truetype'),
+  url('fonts/bootstrap-table.woff') format('woff'),
+  url('fonts/bootstrap-table.svg') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;