How to substitute HTML page fonts? (FF 57 or later)
The problem is - paypal.com website uses "PayPal-Sans" fonts, which look ugly. I would like to substitute them with "Arial" fonts. I saw some methods, but they do not working anymore (FF 57 or later), for example at userContent.css:
@-moz-document domain(paypal.com){ @font-face { font-family: 'PayPal-Sans'; src: local('Arial'); } }
Is it still possible?
Modificadas por Ernestas Gruodis el
Todas las respuestas (2)
Try the Stylus extension. https://addons.mozilla.org/firefox/addon/styl-us/
No, I want to have some control myself.