> The font is in its own directory. The link you provided places the the fonts > directory within the CSS directory. I don't know why it's a problem this time > around because the way I wrote my CSS code is exactly how I used it in > another project (http://www.e7flux.com/clients/sof/) and it works fine. > > @font-face { > font-family: Creampuff; > src: url('fonts/creampuff.ttf') format('truetype'); > font-weight: normal; It could be that Creampuff should be creampuff. CSS is generally case sensitive and your file name is lowercase. ('fonts/creampuff.ttf'). Just a thought. I prefer to use Google fonts because the syntax is pretty much easier and works all the time. ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Working? Duncan Hill
- Re: [css-d] @Fontface Not Working? Jason Arnold
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Working? Jason Arnold
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Workin... Jason Arnold
- Re: [css-d] @Fontface Not Workin... Elli Vizcaino
- Re: [css-d] @Fontface Not Workin... Elli Vizcaino
- Re: [css-d] @Fontface Not Working? Philip TAYLOR
- Re: [css-d] @Fontface Not Working? John D
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Working? Joergen W. Lang
- Re: [css-d] @Fontface Not Working? Kathy Wheeler
- Re: [css-d] @Fontface Not Workin... Joergen W. Lang
- Re: [css-d] @Fontface Not Workin... Kathy Wheeler
- Re: [css-d] @Fontface Not Workin... Joergen W. Lang
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Working? L. David Baron
- Re: [css-d] @Fontface Not Working? Elli Vizcaino
- Re: [css-d] @Fontface Not Working? Beth Lee