I have successfully implemented CSS on the page.
@font-face {
font-family: "feather";
src:url("fonts/feather-webfont.eot");
src:url("fonts/feather-webfont.eot?#iefix") format("embedded-opentype"),
url("fonts/feather-webfont.woff") format("woff"),
url("fonts/feather-webfont.ttf") format("truetype"),
url("fonts/feather-webfont.svg#feather") format("svg");
font-weight: normal;
font-style: normal;
However, I am facing an issue where an extra slash is added when rendering the CSS, causing it not to work properly.
https://i.sstatic.net/qcRUm.png
Can someone please advise me on how to remove the extra slash during the rendering of the CSS? Thank you!