-
Describe the bugNot sure if it was recent update, but suddenly the whole Fresh RSS interface is in italics for me: this includes the login screen: To Reproduce
Expected behaviorEverything should not be in italics FreshRSS version
Environment information
Additional contextIt only seem to happen on Firefox on my desktop. Both Chrome on same machine and Firefox do not experience this. As far as I can tell, no other website is affected by this. It also happens in incognito mode with all my extensions disabled. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
It could be worth trying ctrl+f5 or similar to force refresh all cached files. I'm not sure what might be the matter though. |
Beta Was this translation helpful? Give feedback.
-
|
I have no clue what could be the root of this behavior. If you are able you could try to investigate it with the browser development tools |
Beta Was this translation helpful? Give feedback.
-
|
Check in the FreshRSS extensions. You may have some custom styles in UserCSS or CustomCSS |
Beta Was this translation helpful? Give feedback.
-
|
Issue appeared to be my local setup. Maybe it was caused by a system update or something. FreshRSS wants OpenSans font and for some reason Firefox was picking "OpenSans Italic" by default (even though OpenSans Regular was available). Ironically enough, the solution was to remove the system provided OpenSans font (by removing the https://archlinux.org/packages/extra/any/ttf-opensans/ package), which made Firefox fall back to its internal OpenSans font which works fine. Sorry for bothering you and thanks a lot for your help anyway. |
Beta Was this translation helpful? Give feedback.
-
|
If Open Sans refers to this font, then you're supposed to call it using the name I'm not sure if what @matejdro describes is just Firefox not detecting Open Sans, and just falling back to a different font. I have no idea why it started to act up now, as the referenced line hasn't been changed for a year. https://github.com/FreshRSS/FreshRSS/blame/edge/p/themes/Origine/origine.css#L89 |
Beta Was this translation helpful? Give feedback.
-
|
It looks like that you are not the only one with this issue: see #7213 |
Beta Was this translation helpful? Give feedback.


Issue appeared to be my local setup. Maybe it was caused by a system update or something.
FreshRSS wants OpenSans font and for some reason Firefox was picking "OpenSans Italic" by default (even though OpenSans Regular was available).
Ironically enough, the solution was to remove the system provided OpenSans font (by removing the https://archlinux.org/packages/extra/any/ttf-opensans/ package), which made Firefox fall back to its internal OpenSans font which works fine.
Sorry for bothering you and thanks a lot for your help anyway.