![]() |
All text on WebUI is in italics on 1 browser - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: All text on WebUI is in italics on 1 browser (/t-all-text-on-webui-is-in-italics-on-1-browser) |
All text on WebUI is in italics on 1 browser - reilandeubank - 2025-01-16 I'm somewhat confused what could even be the issue with this, but the Jellyfin WebUI is showing completely in italics, but only on Firefox on my desktop. The text displays normally on Chrome on the same computer, and on Firefox on my Android phone. Here is the dashboard of Jellyfin on Firefox: Here is Jellyfin on Chrome: Here is a different website on Firefox: I am running Jellyfin 10.10.3 through Docker on TrueNAS Scale, and the 'Ultrachromic' skin from Skin Manager Yes, I do run uBlock Origin, but I've already shut it off, deleted cookies, and even reinstalled FF (and made sure to delete ~/.mozilla). RE: All text on WebUI is in italics on 1 browser - nacioss - 2025-01-16 I'm getting the same issue with Jellyfin 10.10.3 running on Firefox 134.0.1 on Fedora Workstation 41. The font looks like to be italic everywhere: RE: All text on WebUI is in italics on 1 browser - TheDreadPirate - 2025-01-16 I normally use Chromium, but Firefox 134.0.1 in PopOS 22.04 doesn't have this issue. Is your Jellyfin the only site with different fonts? Or does this problem extend to other sites? Do you have custom CSS that would change the fonts? RE: All text on WebUI is in italics on 1 browser - nacioss - 2025-01-16 (2025-01-16, 07:49 PM)TheDreadPirate Wrote: I normally use Chromium, but Firefox 134.0.1 in PopOS 22.04 doesn't have this issue. Yep Jellyfin seems to be the only one affected... no custom CSSs loaded, did a fresh install some days ago and since opening in the browser it has the italic font issue. RE: All text on WebUI is in italics on 1 browser - jmcgee - 2025-01-19 (2025-01-16, 06:20 PM)nacioss Wrote: I'm getting the same issue with Jellyfin 10.10.3 running on Firefox 134.0.1 on Fedora Workstation 41. The font looks like to be italic everywhere: Same here. Threw me off. Looks odd. RE: All text on WebUI is in italics on 1 browser - linux_user2315 - 2025-01-31 It looks like Firefox on Fedora is loading in an italic version of Noto Sans, despite Noto Sans in other programs not being italic (ie, LibreOffice). ![]() I fixed it by adding this to the custom CSS, removing the first broken Noto Sans: Code: html { This fixes most groups within the UI, except the administration sidebar; it's much less noticeable, though. RE: All text on WebUI is in italics on 1 browser - theguymadmax - 2025-01-31 Here’s the bug report for this issue. It was closed with a fix pending for Firefox 136. |