1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add generic font family to chapter mark

This commit is contained in:
Viperinius 2022-07-03 18:04:48 +02:00
parent cf22dd0417
commit 20a1c34ea8

View file

@ -259,7 +259,7 @@
} }
.sliderChapterMark::before { .sliderChapterMark::before {
font-family: 'Material Icons'; font-family: 'Material Icons', sans-serif;
content: "\e892"; content: "\e892";
} }