No matter what I've tried, I can't get any web fonts to display in Chrome. I've created a test page and viewed it in Safari and Chrome (I'm on a Mac). Web fonts look fine on Safari, IE and Firefox--but not Chrome.
Here's the page: http://bradfordallendesign.com/test123/test.html
And here's the CSS:
@font-face { font-family: 'general_200thin'; src: url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.eot'); src: url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.woff2') format('woff2'), url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.woff') format('woff'), url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.ttf') format('truetype'), url('http://www.bradfordallendesign.com/fonts/General-200-Thin-webfont.svg#general_200thin') format('svg'); font-weight: normal; font-style: normal; } .test { font-family:'general_200thin', Helvetica, Arial, san-serif; font-size: 80px; } Any suggested fixes are much appreciated! Thanks!