Skip to content

Commit acce707

Browse files
committed
Merge pull request #4840 from StefanYohansson/master
Fix svg path. (icons.less)
2 parents ba373dc + cdffe8b commit acce707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/icons.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@media screen and (-webkit-min-device-pixel-ratio:0) {
1515
@font-face {
1616
font-family: 'ui-grid';
17-
src: url('../font/ui-grid.svg?12312827#ui-grid') format('svg');
17+
src: url('@{font-path}ui-grid.svg?12312827#ui-grid') format('svg');
1818
}
1919
}
2020
*/

0 commit comments

Comments
 (0)