Quote Originally Posted by DrByte View Post
Or maybe it's just that your main CSS file has a syntax error right near the top of the file ... no closing parenthesis, and invalid path:

Code:
    src: url(../includes/templates/classic/css/fonts/lyon-regular.ttf;

WOW YOU ARE CORRECT! Fixed it and now it loads fine.

I guess what happened was, Safari on Mac is more forgiving to CSS errors while other browsers are not. Even an iPad wasn't loading it.