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
Post a Comment