Files
Jellyfin-Icons/Sharp.css

22 lines
591 B
CSS
Raw Normal View History

2021-04-03 17:29:37 +05:30
@font-face {
font-family: 'Material Icons Sharp';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialiconssharp/v55/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format('woff2');
2021-04-03 17:29:37 +05:30
}
.material-icons {
2021-09-11 14:27:27 +05:30
font-family: 'Material Icons Sharp' !important;
2021-04-03 17:29:37 +05:30
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;
}