Fuentes pixeladas en algunas páginas con Debian 12
Hola. Mi ordenador tiene Debian 12. Utilizo Firefox 118, instalado a través de Flatpak. El problema que tengo en algunas páginas es que veo las fuentes pixeladas y la impresión es muy defectuosa, hasta el punto de no entender lo que aparece escrito. Esto sólo pasa en algunas páginas.
Si descargo directamente Firefox desde la página de Mozilla y abro la paǵina con una configuración limpia del navegador, las fuentes se ven correctamente; sin embargo, si sincronizo los datos de usuario, instalándose los datos, extensiones y demás las fuentes en determinadas páginas se ven mal.
Desactivé las extensiones pero el problema no se resuelve. Desde una instalación limpia de Firefox instalé una a una las extensiones y complementos, pero no logré reproducir el problema. Borré incluso la caché del navegador, pero nada. Y también sincronicé los datos de usuario en una instalación de Firefox en Fedora, pero el resultado es también negativo.
Alguna idea?
Gracias.
Ti ṣàtúnṣe
Ọ̀nà àbáyọ tí a yàn
Thank you very much for your reply. However, I found the solution by doing the following:
mkdir -p .var/app/org.mozilla.firefox/config/fontconfig/conf.d
and
cp /etc/fonts/conf.d/*.conf ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d/
I guess if I install a new font on the system I would have to perform again ... cp /etc/fonts/conf.d/*.conf ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d/
Best regards.
Ka ìdáhùn ni ìṣètò kíkà 👍 0All Replies (2)
Could be a problem with the font that is used on those pages.
You can right-click and select "Inspect" to open the built-in Inspector with this element selected.
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/open_the_inspector/
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_html/
You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Fonts tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website. If the Fonts tab is hidden, click the down arrow at the right end.
Ọ̀nà àbáyọ Tí a Yàn
Thank you very much for your reply. However, I found the solution by doing the following:
mkdir -p .var/app/org.mozilla.firefox/config/fontconfig/conf.d
and
cp /etc/fonts/conf.d/*.conf ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d/
I guess if I install a new font on the system I would have to perform again ... cp /etc/fonts/conf.d/*.conf ~/.var/app/org.mozilla.firefox/config/fontconfig/conf.d/
Best regards.