2025-01-31, 05:38 AM
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).
![[Image: ixYfGux.png]](https://i.imgur.com/ixYfGux.png)
I fixed it by adding this to the custom CSS, removing the first broken Noto Sans:
This fixes most groups within the UI, except the administration sidebar; it's much less noticeable, though.
![[Image: ixYfGux.png]](https://i.imgur.com/ixYfGux.png)
I fixed it by adding this to the custom CSS, removing the first broken Noto Sans:
Code:
html {
font-family: Noto Sans HK,Noto Sans JP,Noto Sans KR,Noto Sans SC,Noto Sans TC,sans-serif;
}
This fixes most groups within the UI, except the administration sidebar; it's much less noticeable, though.