-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erroneous Icon Font URL #4174
Comments
I was just able to solve this issue by changing |
Hit the same problem after upgrading from 2.1.8 to 2.2 (icons no longer appear). Could be this commit to fix the relative path is the problem. In Windows is using Environment:
|
|
Also encountered this problem. I didn't change almost anything in site.variables or overrides. After building and uploading to remote the chrome console showed the path as: srissel's solution fixed the path problem for me and the dot in URL was removed. I am on Windows 10, [email protected] |
Its curious the path for you is showing up as |
@jlukic I think it's the combination Windows using |
Problem in OSX too. After update to 2.2.1. |
Same problem when using webpack less-loader (OSX)
|
Can anyone verify if this fix works. You might want to also try fiddling with the path in the 961b4c9 if not. |
Works for me. |
Building on Windows 10, NPM 3.10.5, same issue referenced above. |
* 'master' of https://github.com/Semantic-Org/Semantic-UI: Semantic-Org#4174, remove path.sep from paths Build 2.2.2 Finish release notes, fix dimmer Fix cursor on search dropdown Update README.md Add forum note
This issue appears to be fixed with last change so closing. Glad to hear :) |
Still having this problem in Semantic-UI-LESS using windows 7. posted a issue on Semantic-UI-LESS also. |
Just enter my-custom-semantic folder, run "gulp build" |
Hello folks! Thanks for this fix, is there a way to propagate to Sorry I am also not very proficient with less so I really need a helping ✋ |
Closes Semantic-Org#14 Referenced in: - Semantic-Org/Semantic-UI#4351 - Semantic-Org/Semantic-UI#4174
Fixed for semantic-ui-less here: Semantic-Org/Semantic-UI-LESS#51 |
FWIW I had the same issue while using semanitc-ui-react and was able to fix it using srissel's solution from above |
Hi,
we just upgraded to the latest Semantic UI release.
Thanks for this long-awaited release! :-)
Currently we are experiencing an issue with the URL to the icon font being generated.
In semantic.css and icon.css, icon font-face declaration gets compiled to this bit:
As you can see, the URL to the icon font is starting with ".../themes/...", it should just be "themes/...".
This still worked fine in version 2.1.18 of Semantic UI, our local paths haven't changed since that.
The respective part in icon.variables is:
An @fontPath is defined in site.variables as follows:
@fontPath : '../../themes/default/assets/fonts';
Paths in semantic.json are set as follow:
We are working on Windows 10 environments, running NPM 3.10.2
Could you please help us solve this issue?
The text was updated successfully, but these errors were encountered: