Files
Jellyfin-Icons/github-hosted/Outline.css
2021-05-20 11:48:48 +05:30

37 lines
868 B
CSS

@font-face {
font-family: 'Material Icons Outlined Github';
font-style: normal;
font-weight: 400;
src: url('https://prayag17.github.io/Jellyfin-Icons/Icons/Outline.woff2') format('woff2');
}
.material-icons {
font-family: 'Material Icons Outlined Github';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.material-icons.play_circle_filled:before {
content: "\e039";
}
.material-icons.favorite:before {
content: "\e87e";
}
.material-icons.info_outline:before {
content: "\e88e";
}
.material-icons.add_circle:before {
content: "\e148";
}