i just started using craft on a local domain and i have some issues.
my stylesheet(a few files) are loaded using html<link rel="stylesheet" href="style/style.css">, and it works great for css and js files, but files requested from within the css aren't loading.
for example the Font Awesome @fontface.
Any ideas? and the is any issue using html instead of the {{ getHeadHtml() }} method?
Thanks Ahead!
/style/style.cssinstead ofstyle/style.css? – Steve Adams Jul 25 '15 at 20:26selector: url(path);look like? – Steve Adams Jul 25 '15 at 23:19