I\'m working on a web page in Google Chrome. It displays correctly with the following styles.
table { display: table; border-collapse: separate;
I ran into this same issue, it was because I was working with non-semantic html
user agent styles applied instead of my-custom-font now inherits from from my-custom-font
Once the HTML was updated, styles were applied correctly