Myself and a colleague who both use Firefox on Mac are experiencing the exact same issues.
1. Table header cells don't show their text, unless we specify a font for the … (jàng ci lu gën a bari)
Myself and a colleague who both use Firefox on Mac are experiencing the exact same issues.
1. Table header cells don't show their text, unless we specify a font for the table
I tried to put an example of the HTML here but it was rendered as a table by this page. I'll add some images of the code instead to show it.
In Firefox the Header cells are not visible, but in Chrome the text appears correctly.
If we add CSS like...
<style>
table {
font-family: Arial, Helvetica, sans-serif;
}
</style>
...in the header then the missing text in the THs appears.
2. Other font issues
The Wave accessibility extension has text that doesn't appear and throw errors like this in the console...
downloadable font: rejected by sanitizer (font-family: "Open Sans" style:normal weight:400 stretch:100 src index:3) source: moz-extension://b86260c9-33f6-4529-b12f-a101d8607bd4/styles/open-sans-v17-latin-regular.woff
These only occur on Firefox on our Macs. Fine on PC and other browsers on the Macs.
We tried a whole series of tweaks to settings to try fix this.
I have tried resetting Firefox and doing a fresh install but nothing fixes either issue.
Are these known issues with recent Firefox releases on Mac?