You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching from nooitaf:semantic-ui to semantic:ui-css, icon fonts are not working.
The following errors now appear in the browser console:
Resource interpreted as Font but transferred with MIME type text/html: "http://localhost:3000/packages/semantic_ui-css/themes/default/assets/fonts/icons.woff2". Resource interpreted as Font but transferred with MIME type text/html: "http://localhost:3000/packages/semantic_ui-css/themes/default/assets/fonts/icons.woff". Resource interpreted as Font but transferred with MIME type text/html: "http://localhost:3000/packages/semantic_ui-css/themes/default/assets/fonts/icons.ttf".
This issue also seems to have come up in nooitaf:semantic-ui@0.19.2 and was fixed in nooitaf:semantic-ui@0.19.3: nooitaf/meteor-semantic-ui#19