How to swap font in Chrome of it is difficult to read:
Load the Google CHrome app named Styler:
https://chrome.google.com/webstore/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb?utm_source=chrome-app-launcher-info-dialog
Then go to the page with the bad font.
Click on the Styler S icon on the top right of Chrome.
Copy and paste the code below with the font you want to change:
Helvetica Neue for example:
@font-face { font-family: ‘helvetica neue’; src: local(‘Arial’); }
All done.