html - @font-face not cooperating in Firefox -
i have tried numerous things, including clicking on of questions related question (there tons!) , tried of "solutions" none worked me. tried wrapping .eot file in conditional ie statement didn't work either. said @font-face won't work in firefox if not hosting file on own server... or that. anyway, go here see comparison between other browsers vs firefox. please don't bash! did try every solution google , stackoverflow had offer. (keep in mind tumblr theme, , files/images must hosted via tumblr's uploader .)
thanks in advance!
also, here code have been using:
<!--[if ie]> <style> @font-face { font-family: 's'; src: url('http://static.tumblr.com/ctwb3zj/5btlflus9/zegoelight-u-webfont.eot'); } </style> <![endif]--> <style> @font-face { font-family: 's'; src: url('http://static.tumblr.com/ctwb3zj/5btlflus9/zegoelight-u-webfont.eot'); src: local('s'), local('s'), url('http://static.tumblr.com/ctwb3zj/n4zlfluv6/zegoelight-u-webfont.ttf') format('truetype'), url('http://static.tumblr.com/ctwb3zj/ovqlfluz3/zegoelight-u-webfont.svg#font') format('svg'); url('http://static.tumblr.com/ctwb3zj/1ajlfluwz/zegoelight-u-webfont.woff') format('woff'); } </style>
i tried going about:config in firefox , toggling security.fileuri.strict_origin_policy false didn't work. plus need way users view theme or use able view font well, , set true default.
Comments
Post a Comment