@font-face url clarifications

I’m just enquiring for a small clarification.
I would appreciate any feedback.
In the book we add the fonts folder to the stylesheets directory inside our root folder; but in @font-face’s declaration the value of the path passed into url() begins with the fonts folder instead of the stylesheets folder i.e.

src: url(‘fonts/LAKESHOR-webfont.eot’);

Shouldn’t it be as follows:-

src: url(‘stylesheets/fonts/LAKESHOR-webfont.eot’);

Evidently this has no effect on the rendering of our styles hence no errors; but I just wanted to seek clarification. Any feedback or explanation is appreciated thank you.

1 Like