mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-15 13:52:52 -03:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user