Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

How to substitute HTML page fonts? (FF 57 or later)

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga Ernestas Gruodis

more options

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?

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?

Ndryshuar nga Ernestas Gruodis

Krejt Përgjigjet (2)

more options
more options

No, I want to have some control myself.