Web Fonts Working in Chrome but not Safari

See:
http://droneguycda.com/font_test.html
http://droneguycda.com/assets/css/main.css

This was working just fine until it wasn’t. Does work in chrome but not Safari. Been beating my head against my desk for a few hours, I hope there is someone here who knows the trick I do not.

Thank you!

Hi Jeff,
since my browser by default is Firefox, i got to look at it here first. None of the fonts are what they should be, neither in Chrome. Only in Safari – interestingly enough – the first two paragraphs are your wanted results.
I have no idea why it is like that, just wanted to share my experience with the matter. Maybe try embedding them in your html file.
Regards, Robert

How do you embed the fonts?
Have you tried with the postscript name?
The second local is the postscript name.

Example:
@font-face {
font-family: ‘myfont’;
font-style: normal;
font-weight: 400;
src: local(‘myfont’), local(‘myfont-Regular’),
url(‘/my-fonts/myfont-regular-webfont.woff2’) format(‘woff2’)
}