Firefox webfont not working on one of two domains -


i implemented webfont on our website. website available through 2 domains:

http://blog.von-der-see.de / http://www.vds-blog.de

the webfont implemented way:

@font-face {     font-family: quattrocento-sans;     src: url('./style/quattrocento sans.woff'); }  @font-face {     font-family: quattrocento-sans-bold;     src: url('./style/quattrocento sans bold.woff'); } 

if view website in firefox through both domains, see font not working on 1 of 2 domains.

the website wordpress , if switch home-url other domain, not working on on, on other domain.

whats problem?

have tried adding font mime types in htaccess? out of interest why using woff? no true type etc?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -