css - Font loading in Safari but not Chrome -


i attempting use following webfont kit font squirrel on webpage - http://www.fontsquirrel.com/fonts/dj-gross

on 'webfont kit' tab on above page, selected 'no subsetting' form dropdown , clicked 'download @font_face kit'

i think font squirrel great job of setting out @font-face declaration have used in css , moved font files (.eot, .svg, .ttf, , .woff) appropriate directory use on site sure filepaths referenced correctly.

this font rendering in safari not chrome

disregarding webpage, can reproduced opening djgross.html file comes font squirrel download. again, demo works in safari not chrome , have not touched this code @ :)

edit:

@font-face {   font-family: 'dj_grossnormal';   src: url('djgross-webfont.eot');   src: url('djgross-webfont.eot?#iefix') format('embedded-opentype'),        url('djgross-webfont.woff') format('woff'),        url('djgross-webfont.ttf') format('truetype'),        url('djgross-webfont.svg#dj_grossnormal') format('svg');   font-weight: normal;   font-style: normal;  } 

all font files in same directory style.css file @font-face declaration is

is working... image try clean google chrome!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -