You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following paths to icomoon.xxx are not resolving when the .html page is nested within a folder but not giving me any errors. So, it works if .html is at folder root but not if it is nested one level deep.
http://up.elliottkember.com/1a2c3z1t3u2d/hammer-folder-test.zip
The following paths to
icomoon.xxx
are not resolving when the .html page is nested within a folder but not giving me any errors. So, it works if.html
is at folder root but not if it is nested one level deep.@font-face {
font-family: 'icomoon';
src:url('icomoon.eot');
src:url('icomoon.eot?#iefix') format('embedded-opentype'),
url('icomoon.woff') format('woff'),
url('icomoon.ttf') format('truetype'),
url('icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
I'm under the assumption that Hammer is able to resolve URLs automagically and it does so in that same page for an image but not for the font files.
Best regards,
Ryan
The text was updated successfully, but these errors were encountered: