সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

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

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 2 দেখুন
  • শেষ জবাব দ্বারা 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?

Ernestas Gruodis দ্বারা পরিমিত

All Replies (2)

more options
more options

No, I want to have some control myself.