1.0.0 • Published 6 years ago

semantic-ui-iconsfix v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

semantic-ui-iconsfix

A lightweight, single css-file fix link Semantic-UI's icons directly from JsDelivr to avoid 404 errors if you use SUI directly from CDN.

Why?

If you use Semantic UI from CDN (or you installed it locally but the path to the fonts folder is incorrect), you'll notice that any icon will load.

What?

This CSS file will overwrite the icons files to JsDelivr, so the icons will load no matter your setup (except if you work offline, but why would you?).

How?

Just add this CSS file AFTER semantic.css (It won't work if you import it before semantic.css as the links will be overwritted) : <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lucasdcrk/semantic-ui-iconsfix@2.3/icons.min.css">