-
Notifications
You must be signed in to change notification settings - Fork 359
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
Brand Icons not included. #49
Comments
Lines 18 to 32 in 980e4be
should definitely be put in there. small work around until it get's fixed for your ember-cli-build.js: 'eot,svg,ttf,woff,woff2'.split(',').forEach(type => {
['brand', 'outline'].forEach(asset => {
app.import(`node_modules/semantic-ui-css/themes/default/assets/fonts/${asset}-icons.${type}`, {
destDir: 'assets/themes/default/assets/fonts'
});
});
}); |
How do I fix this if I'm not using ember-cli? |
I’ll fix the github admin build tools to generate the correct css repo files in the next patch. This build is automatically produced using tools from the main repo. |
Any updates on possibly when the update will be pushed? |
Since this is probably not getting fixed in the near future (if ever), does anyone have a workaround? |
Could try this: https://github.com/fomantic/Fomantic-UI-CSS |
Nope, using fomantic's CSS doesn't add the icons i need, those icons are missing from Fomantic's website too. |
|
Facebook, instagram, twitter, linkedin for example are missing |
Hmm i think my cache was messed up, i'll see if i can get it working with Fomantic. |
Just in case this happens to someone; the semantic UI icons are working but they were getting blocked by my ad blocker. |
Brand icons do not seem to be included in the build. If this is intended behavior, please document it.
The text was updated successfully, but these errors were encountered: