We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d816c + 2d57abe commit 7d88c7bCopy full SHA for 7d88c7b
src/less/icons.less
@@ -3,7 +3,7 @@
3
src: url('@{font-path}ui-grid.eot');
4
src: url('@{font-path}ui-grid.eot#iefix') format('embedded-opentype'),
5
url('@{font-path}ui-grid.woff') format('woff'),
6
- url('@{font-path}ui-grid.ttf?') format('truetype'),
+ url('@{font-path}ui-grid.ttf') format('truetype'),
7
url('@{font-path}ui-grid.svg?#ui-grid') format('svg');
8
font-weight: normal;
9
font-style: normal;
@@ -53,4 +53,4 @@
53
.ui-grid-icon-blank::before {
54
width: 1em;
55
content: ' ';
56
-}
+}
0 commit comments