css - why isn't my font face loading? -


i scored sweet font called cubano regular , it's first time using @font-face. i'm not sure if i'm doing right code :

@font-face {   font-family: 'cubanoregular';   src: url('...fonts/cubano-regular-webfont.eot');   src: url('...fonts/cubano-regular-webfont.eot')format('embedded-opentype'),        url('...fonts/cubano-regular-webfont.woff') format('woff'),        url('...fonts/cubano-regular-webfont.ttf') format('truetype'),        url('...fonts/cubano-regular-webfont.svg#')format('svg');  

i'm rookie , awesome if out!

you path isn't correct.

src: url('.../fonts/cubano-regular-webfont.eot'); 

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 -