Answer the question
In order to leave comments, you need to log in
How to replace all www fonts in Firefox 29 via userContent.css with preferred ones?
Firework!
Challenge: Replace fonts with Verdana in web page content.
OS: Windows 7/64
Browser: Firefox 29.0.1
Attempt:
Created profile\chrome\userContent.css
@font-face { font-family: 'serif'; src: local('Verdana'); }
@font-face { font-family: 'bold serif'; src: local('Verdana'); }
@font-face { font-family: 'sans-serif'; src: local('Verdana'); }
@font-face { font-family: 'Arial'; src: local('Verdana'); }
@font-face { font-family: 'Georgia'; src: local('Verdana'); }
@font-face { font-family: 'Open Sans'; src: local('Verdana'); }
@font-face { font-family: 'PT Sans'; src: local('Verdana'); }
@font-face { font-family: 'Tahoma'; src: local('Verdana'); }
@font-face { font-family: 'Trebuchet MS'; src: local('Verdana'); }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question