🌱 Safari web font issue with Hoefler and Co

Safari for iOS wasn’t loading all characters for custom fonts.

Issue was not referring to the proper font name

wrong

font-family: '"Ringside Regular SSm A", Helvetica, Arial, sans-serif';

correct

font-family: '"Ringside Regular SSm A", "Ringside Regular SSm B", Helvetica, Arial, sans-serif';

You need both fonts as each set loads specific characters for each browser.

This is what the bug looked like

Hoefler and Co font bug

Made by Brandon . If you find this project useful you can donate.