All URLs should be enclosed in quotes as enforced by the most recent W3C specifications.
@font-face { src: url(myfont); }
@font-face { src: url('myfont'); }