Merge pull request #8 from bsikar/icon-import-fix

fixed imports
This commit is contained in:
Prayag Prajapati
2022-06-24 22:29:58 +05:30
committed by GitHub

View File

@@ -17,16 +17,16 @@ Wanna change your jellyfin icons look? If yes, you can use this to easily change
</li>
<li>Add following CSS fro your selected icon style
<ul>
<li>Outline - <code>@import url(https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Outline.css");</code></li>
<li>Rounded - <code>@Import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");</code></li>
<li>Sharp - <code>@Import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Sharp.css');</code></li>
<li>Outline - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Outline.css");</code></li>
<li>Rounded - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");</code></li>
<li>Sharp - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Sharp.css");</code></li>
</ul>
</li>
</ul>
</div>
<h2>Font Awesome Icon Pack:</h2>
<ul>
<li>Solid - <code>@import url(https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/solid.css");</code></li>
<li>Solid - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/solid.css");</code></li>
<li>Regular - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/regular.css");</code></li>
<li>Light - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/light.css");</code></li>
<li>Duotone - <code>@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/duotone.css");</code></li>