mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-15 13:52:52 -03:00
e17665c5fe0363bf8168137994570397d82c162b
Jellyfin Icons
Wanna change your jellyfin icons look? If yes, you can use this to easily change your Jellyfin icon look without any modifications to the internl config!!
Setup/Installation
- Go to Dashboard=>General=>Custom CSS (Text area at the end of the page)
- Choose any of the icon styles from:
- Outlined
- Rounded
- Sharp
- Add following CSS fro your selected icon style
- Outline -
@import url("https://prayag17.github.io/Jellyfin-Icons/Outline.css"); - Rounded -
@Import url("https://prayag17.github.io/Jellyfin-Icons/round.css"); - Sharp -
@Import url("https://prayag17.github.io/Jellyfin-Icons/Sharp.css');
- Outline -
Font Awesome Icon Pack:
- Solid -
@import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/solid.css"); - Regular -
@import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/regular.css"); - Light -
@import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/light.css"); - Duotone -
@import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/duotone.css");
Note: Duotone Icons does not support gradient text color
Description
Languages
CSS
100%