Browse Source

removed query parameter

Dustin Utecht 5 years ago
parent
commit
78e4457e87
1 changed files with 4 additions and 4 deletions
  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;